This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
dnd /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Apr 07 13:33:28 -0700 2009 | |
| |
README.textile | ||
| |
Rakefile | Wed Apr 15 11:55:07 -0700 2009 | |
| |
bin/ | Wed Jun 17 11:28:03 -0700 2009 | |
| |
src/ | ||
| |
test/ | Wed Jun 17 11:28:03 -0700 2009 |
README.textile
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.
Example Usage
Implemented
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
TODO
dnd change 1 “Take a look at ticket #124”
dnd queue 7
dnd up 3
How to Get?
git clone git://github.com/bragi/dnd.git
Links
- Home page: http://github.com/bragi/dnd
- Bugs, ideas, suggestions: http://bragi.lighthouseapp.com/projects/27511-dnd








