README 838 B

123456789101112131415161718
  1. Dev Todo is small command line application for maintaining lists of
  2. outstanding tasks. It stores tasks hierarchically, with each task
  3. given one of five priority levels and a matchin colour level.
  4. Data is stored as XML, so various XSLT templates can be executed
  5. on the XML to convert it into different formats (eg. HTML).
  6. Data is stored in a file named .todo in the current directory.
  7. Depending on the setting of backup in your configuration file, there
  8. may also be files named .todo.1, .todo.2, etc.
  9. Devtodo can display todo items as soon as you
  10. change a directory and on login using these scripts:
  11. /usr/doc/devtodo-0.1.20/profile.d/devtodo.{sh,csh}
  12. If you want to enable this feature, the above scripts should
  13. be added to either the system wide shell initialization files
  14. (/etc/profile.d/*) or to a user specific initialization file.