README.md in tudu-0.0.2 vs README.md in tudu-0.0.3
- old
+ new
@@ -95,13 +95,13 @@
$ tudu todos
$ tudu doings
hoge
~~~
+### choose no args. from first todo to doing
* choose
-### choose no args. from first todo to doing
~~~
$ tudu add hoge hige
$ tudu choose
$ tudu todos
hige
@@ -122,11 +122,11 @@
two
$ tudu done
one
~~~
-### done. from doing to done and from first todos to doing. after, if there is no todos, show celebration message.
+### done. from doing to done and from first todos to doing. after, if there is no todos and doings, show celebration message.
* done
~~~
$ tudu add one two
$ tudu choose one
@@ -151,10 +151,28 @@
three
two
one
~~~
+### tasks show all tasks from [todos, doings, dones] with categorized option.
+* tudu tasks -c
+
+~~~
+$ tudu add one two three
+$ tudu choose one
+$ tudu done
+$tudu tasks -c
+========TODOS========
+three
+
+========DOINGS========
+two
+
+========DONES========
+one
+~~~
+
### show specific tasks from [todos, doings, dones].
* tudu tasks search_word
~~~
$ tudu add test tester testest
@@ -211,9 +229,10 @@
if you want to do other operation, edit [todos, doings, dones] directly.
it's only plain text, so you can edit freely.
## History
+* version 0.0.3 : add categorized option to tasks.
* version 0.0.2 : after execute 'done', if there is no todos and doings, display celebration message.
* version 0.0.2 : if 'choose' no args. choose first tudu.
* version 0.0.1 : first release.
## Contributing