cgiacomi / r2do

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

Task priority #10

Open cgiacomi opened 12 years ago

cgiacomi commented 12 years ago

Add priorities to tasks

This should also be reflected in the 'r2do t --display' where all the metadata for the task would be shown.

cgiacomi commented 12 years ago

This could be initially implemented as a star, in the sense that the user can 'star' a task, which would also involve showing starred tasks at the top when running

r2do c --display

or r2do t --all

Something like this (just an example, the character has to be defined):

A Category:

Task                              
---------------------------------------------------
[ ] !! Important Task                         
[ ] Not so important task