README 346 B

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