Managing a TODO list
Published: Wednesday, Dec 26, 2007 Last modified: Thursday, Nov 14, 2024
In your .bashrc http://svn.natalian.org/home/.bashrc Define your todo.txt location with an export:
export todo=~/personal/todo.txt
Add like so
$ cat >>$todo
make a guide
ctrl+d
Depress yourself:
$ wc -l $todo
9 /home/hendry/personal/todo.txt
See all:
$ cat $todo
package
plan9
learn statistics, R?
apache-ssl
ion uxterm
debian directory layout
init and remount thing
acronym, not abbr
make a guide
$
Of COURSE keep the whole thing under version control:
$ svn log $todo
r366 | hendry | 2004-06-26 11:57:55 +0300 (Sat, 26 Jun 2004) | 1 line
todo shower ;)