TuDu is a comand line interface to manage hierarchical todos. Every todo has a title, a description, a deadline , category and a priority. TuDu shows the percentage of your done work, too.
Usage:
Usage: tudu [options]
-f file load tudu file
-c file load specific config file
-v show version
-h show this usage message
The default config file is in ~/.tudurc
The file tudurc in the source code is an example of config file.
Product's homepage
What's New in This Release: [ read full changelog ]
· Adds a configuration variable 'tudu_file' to set the path to the XML file.
· Improves the category editor.
· Doesn't check configuration files when invoked with '-h' and '-v'.
· Fixes a segfault on the scroll help page when the resolution is high.