0.2.31 • Published 9 years ago

todomado v0.2.31

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

todomado

screenshot

  • You made up your mind to create a todo?

  • Update the body of it?

  • Update the status of it?

  • Or just drop it?

  • Finally you can read all of it!

Install

Use npm please:

NPM version NPM download David Status

sudo npm install -g todomado

Usage

# Check version out
$ todo -v

# add
$ todo add "to have some benchmark tests"

# list
$ todo 

# Modify by task number
$ todo 0 -m "to have some other benchmark tests"

# Delete by task number
$ todo 0 -d

## Finished / Unfinished a task
$ todo 0 done[, --done]
$ todo 0 undone[, --undone]

Global TODO.md

Wow! Sounds awesome! You can have a todo list globally instead of using in a project directory.

Just by passing an arguement -g, just like:

todo -g
todo add "global todo item" -g

These todos will be stored in your home directory as TODO.md, in OS X it is /Users/$whoami, wherever you are just pass -g to make magic.

License

MIT.

0.2.31

9 years ago

0.2.3

9 years ago

0.2.21

9 years ago

0.2.2

9 years ago