|
|
|
|
|
by pldrnt
4476 days ago
|
|
I've been tracking my work for over a year now with a tool similar to this and now I would not live without (I should finally package it up and ship it...) Some ideas, you can do very nice things through bash autocompletion, for example: - immediate jumping between timelines (I have hundreds, by topic-project-task and so on) $ tau jump proj tau<TAB><TAB>
/projects/taulog
/projects/taulog/android
/projects/taulog/appengine
..and so on..
- autosuggest for todo lists: $ tau done<TAB><TAB>
[ 1] setup JTAG probes
[ 2] write script to control probe
..and so on..
And after you use this for a while you realize it can do more than manage log messages and todo lists, the same interaction can be used to quickly access bookmarks, reference material and local paths you often have to `cd` into :) |
|