todomado

0.2.31 • Public • Published

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.

/todomado/

    Package Sidebar

    Install

    npm i todomado

    Weekly Downloads

    3

    Version

    0.2.31

    License

    MIT

    Last publish

    Collaborators

    • kchan