
vim-blog
Ruby and Vim script to blog using VI/VIM/GVIM with syntax highlighting. Works using xmlrpc for Wordpress using metaWeblog, Blogger and MovableType API's specs.
You can create new posts, get, edit, draft, publish, delete using simple commands inside VIM, fast and effectivelly. Just for geeks. Its use is faster if you know some vim commands.
Usage: * :Blog rp "num" => get "num" recent posts list * :Blog cl => get category list * :Blog gp id => get post id complete information * :Blog np => create a new blog post * :Blog draft => save working post as draft (in the blog) * :Blog publish => publish working post * :Blog del id => well... you know