cgiacomi / r2do

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

Investigate possible more user friendly command names #12

Open cgiacomi opened 12 years ago

cgiacomi commented 12 years ago

The command name presently are centered around the command eg. Task => r2do task

but what if the commands where more user friendly eg.

To create you could do something like

r2do add

To edit something like

r2do edit

To complete

r2do complete

and to delete

r2do delete

But how would you distinguish between Tasks and Categories? Would you write

r2do add -t MyNewTask

and for a Category

r2do add -c MyCategory

This needs to be looked into... cause it might make the application easier to use!