Jul
7
One Thing Well: One Thing Todo
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…
色々ツッコミどころはあるけど、こういうハック好き。