Dnd is simple, console based task management program.
It allows to add, delete and prioritize tasks, focusing on daily usage patterns. Although it’s console based it is simple and fast to use.
Adding new ticket (will end up in “inbox”):
dnd add "Take a look at ticket #123"
Adding new ticket to tag “work”:
dnd add "Take a look at ticket #123" work
Listing existing, outstanding notes:
dnd list
Listing done notes:
dnd list done
Marking note as done:
dnd done 1
Deleting note:
dnd delete 1
Marging note as next to do:
dnd take 2
Moving note to “work” tag:
dnd move 2 work
dnd change 1 “Take a look at ticket #124”
dnd queue 7
dnd up 3
git clone git://github.com/bragi/dnd.git
- Home page: http://github.com/bragi/dnd
- Bugs, ideas, suggestions: http://bragi.lighthouseapp.com/projects/27511-dnd