cgiacomi / r2do

Simple ruby todo gem to be used from the CLI.
Apache License 2.0
6 stars 3 forks source link

See all tasks as ungrouped #11

Closed cgiacomi closed 12 years ago

cgiacomi commented 12 years ago

It can be difficult to navigate lots of Categories to find a specific Task The user should be able to list all task as ungrouped like so:

r2do list -t  # to signal that we want to list tasks instead of categories

the result should be something like:

Task                               Category
-----------------------------------------------------
1. My Task                        Work
2. Another Task                 Home

which would allow the user to see all the task in a simple yet elegant and traceable way.

cgiacomi commented 12 years ago

completed by fntzr