3Feb/110
command line GTD – task
A todo app is always handy, when you want to keep your shit together.
If you are not familiar with Getting Things Done from David Allen, do some googling & torrents reading, it worths the effort.
After trying ikog I settled with task, which is much richer in features (import/export vcalendars, etc)
I added the following lines to my .taskrc
, which set some params and define a new view called l1
.
defaultwidth=100 editor=vim report.l1.columns=id,project,priority,due,tags,description report.l1.filter=status:pending report.l1.labels=ID,Project,Pri,Due,Tags,Description report.l1.sort=due+,priority-,project+
So when I append the line to my .bashrc
:
task l1
Every time I open a new terminal, I got reminded to my tasks.
Leave a comment