31 01 2012 javascript Node.js Tweet
CLIで良い感じ
$ npm install -g todo
でインストールできる。
help: help: todo - Todos in the CLI like what. help: help: Usage: help: help: todo Go shopping. - Adds new item. help: todo ls. - Lists not finished items. help: todo ls --all - Lists all items. help: todo rm 1 - Removes #1 item. help: todo check 1 - Marks #1 item as done. help: todo undo 1 - Marks #1 item as not done yet. help: todo clear - Clears the whole list. help: todo version - Lib version. help: help: Author: Veselin Todorov <hi@vesln.com> help: help:
Node.jsのテスト系のライブラリなんかもそうなんだけど、ターミナルに色付きで表示されると見やすくていいですね。オプションもわかりやすいので、端末にちょっと入れておけばtodo管理ができてイイかも。普段はGmailのタスクを使っているので同期できると嬉しいんだけどねー
と思いながら調べたらGoogle Tasks APIってのがあったけど、これでいいんだろうか?あとで試してみよう。