blob: 5dbb331bc255952accda8a44e01695930eed40b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
A simple and extensible shell script for managing your todo.txt file.
After installing the package, copy the default config file to your home
directory and adjust it accordingly, otherwise todo.txt-cli will
misbehave:
$ mkdir ~/.todo
$ cp /etc/todo.cfg ~/.todo/config
$ mkdir ~/todo
Then edit ~/.todo/config:
export TODO_DIR=/home/$USER/todo
|