mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
c399dd335d
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
13 lines
346 B
Text
13 lines
346 B
Text
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
|