Command Line Interface for BLOG

Summary

cliblog is a command-line blog client. It loops waiting for command-line input, and if ‘edit’ or ‘create’ command is input, then it will launch user’s favorite EDITOR brought from ENV variable. Or you can input your editor’s path manually if ENV is not set. As for me, I’m using ‘vim’ for my personal typo-powered blog.

Requirements

Installation

RubyGems

# gem install cliblog

Now, copy conf/cliblog.yml to ~/.cliblog.yml. Edit ~/.cliblog.yml.

Rake Install

# rake install

this simply copy files: lib/cliblog.rb to ‘sitedir’, bin/cliblog to ‘bindir’, and conf/cliblog.yml to ‘homedir’.

Thanks

  • Matsumoto Yukihiro aka matz.

  • James Edward Gray II for HighLine.

  • Tobias Luetke for Typo.

Author

Gyoung-Yoon Noh <nohmad (AT) sub-port (DOT) net>

License

GPL or Ruby’s License