One Thing Todo is the simplest todo list ‘manager’ I could come up with:
t() { if [[ "$*" == "" ]] ; then cat ~/.t else echo "$*" > ~/.t fi }Pop the above in your
.bashrc(or similar—it works fine withzshandksh).To add an item:
t Post to the blog about OTTTo read it:
tAs…
Вот, такие вот они - маководы.
Вот, такие вот они - маководы.
色々ツッコミどころはあるけど、こういうハック好き。
best “One Thing Todo” manager I’ve seem so far. How the hell could I live without this all this time?