B. Watson 01dae014c1 office/devtodo: Wrap README at 72 columns. 2 years ago
..
README 01dae014c1 office/devtodo: Wrap README at 72 columns. 2 years ago
c++includes.patch 8ddf68f35a office/devtodo: Updated for version 0.1.20 14 years ago
devtodo.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 2 years ago
devtodo.info 6f27b71130 office/devtodo: Switch to i586 + new maintainer. 6 years ago
doinst.sh 19789fc59d office/devtodo: Updated for version 0.1.20 14 years ago
slack-desc eb6607ffc9 office/devtodo: Fix slack-desc. 7 years ago

README

Dev Todo is small command line application for maintaining lists of
outstanding tasks. It stores tasks hierarchically, with each task
given one of five priority levels and a matchin colour level.

Data is stored as XML, so various XSLT templates can be executed
on the XML to convert it into different formats (eg. HTML).
Data is stored in a file named .todo in the current directory.
Depending on the setting of backup in your configuration file, there
may also be files named .todo.1, .todo.2, etc.

Devtodo can display todo items as soon as you
change a directory and on login using these scripts:
/usr/doc/devtodo-0.1.20/profile.d/devtodo.{sh,csh}

If you want to enable this feature, the above scripts should
be added to either the system wide shell initialization files
(/etc/profile.d/*) or to a user specific initialization file.