Twitter のプロフィールでタスク管理する TwDo コマンド

使い方
初期化する
$ twdo init一覧を見る
$ twdo list (0) [ ]追加する
$ twdo add削除する
$ twdo del 0 done. $ twdo del完了にする
$ twdo done 0 done. $ twdo done未完了にする
$ twdo undo 0 done. $ twdo undoヘルプを見る
$ twdo help Usage: twdo command [task1, task2 ...] Commands: twdo init task1 task2 ... init with tasks. twdo list list tasks. twdo add task1 task2 ... add tasks. twdo del task1 task2 ... del tasks. twdo done task1 task2 ... mark task as done. twdo undo task1 task2 ... mark task as not done. twdo help show this help.
インストール
rake install
Copyright
Copyright (c) 2010 tily. See LICENSE for details.