public
Description: Do Not Disturb - simple task management in console
Homepage:
Clone URL: git://github.com/bragi/dnd.git
dnd /
name age message
file .gitignore Tue Apr 07 13:33:28 -0700 2009 Uses presenter to show separate notes Folded Li... [bragi]
file README.textile Loading commit data...
file Rakefile Wed Apr 15 11:55:07 -0700 2009 Connected to sqlite for the first time [bragi]
directory bin/ Wed Jun 17 11:28:03 -0700 2009 Added note count model [bragi]
directory src/
directory test/ Wed Jun 17 11:28:03 -0700 2009 Added note count model [bragi]
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