Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 1 KB

File metadata and controls

74 lines (47 loc) · 1 KB

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