unite-boost-online-doc つくった

unite.vimここに載っている boost library を列挙してオンラインドキュメントを開く unite-source です。
以前、似たような unite-source を作りましたが、そのオンライン版ですね。

[Vimプラグイン]

NeoBundle "git://github.com/osyo-manga/unite-boost-online-doc.git"
NeoBundle "git://github.com/tyru/open-browser.vim.git"
NeoBundle "git://github.com/mattn/webapi-vim.git"

unite.vim 以外にも webapi.vim と open-browser.vim が必要になります。

[コマンド]

" バージョンを指定して開く
:Unite boost-online-doc:1_42_0

" バージョンを指定しない場合は release を参照する
:Unite boost-online-doc

1回目の起動は遅いですが、2回目からはキャッシングしているのですぐに起動すると思います。


思ったよりもさっくりできたので満足。
ついでに説明も出力しようと思ったけどパースがめんどくさそうなので止めました。
webapi 便利っすなー。