
Remember The Milk
Take your tasks anywhere with this feature-packed application. See tasks located nearby, add and complete tasks on the go, organize upcoming tasks, and sync it all seamlessly with Remember The Milk.
DevTodo is a small command line application for maintaining lists of tasks. It stores tasks hierarchically, with each task given one of five priority levels. Data is...
devtodo is a small command line application for maintaining lists of tasks. it stores tasks hierarchically, with each task given one of five priority levels. 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.
the change log is also of interest for highlighting the newest features and bug fixes.
devtodo is available in most unixes, but you can also download the source directly from the bottom of this page.
task-management time-management todo-manager getting-things-done command-line-interface