slackbuilds/office/devtodo
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
README office/devtodo: Updated for version 0.1.20 2010-05-11 19:46:12 +02:00
c++includes.patch office/devtodo: Updated for version 0.1.20 2010-05-13 00:39:05 +02:00
devtodo.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
devtodo.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
doinst.sh office/devtodo: Updated for version 0.1.20 2010-05-11 19:46:12 +02:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

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.