tkdo
TODO application using Tcl/Tk
This is a basic, single user todo (task management) application using Tcl/Tk. It contains the following features:
- Save results in XML file
- Ability to archive completed tasks (also be able to view archived tasks)
- Ability to create subtasks
- Specify due dates
- Specify priority (or the ability to move things around)
- Allow the creation of subtasks
- Quick entry field (if row is selected, make the quick entry addition be created as a subtask)
- Specify/view completion percentage (make parent tasks auto-calculate this value based on the percentages of its children)
- Ability to mark tasks as complete
- Ability to add notes to a task
- Ability to view by priority or by hierarchy