diff options
Diffstat (limited to 'office/devtodo/README')
-rw-r--r-- | office/devtodo/README | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/office/devtodo/README b/office/devtodo/README index 808b92b43a..da6fee38b6 100644 --- a/office/devtodo/README +++ b/office/devtodo/README @@ -1,16 +1,16 @@ -Dev Todo is small command line application for maintaining lists of -outstanding tasks. It stores tasks hierarchically, with each task +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 +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. +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 +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. |