0.1.0 • Published 8 years ago

todo_ v0.1.0

Weekly downloads
2
License
MIT
Repository
-
Last release
8 years ago

todo_ Build Status

Hassle-free todos in your command line.

Description

Notice: This package is still in development, and not all features may be present / fully implemented. To report any issues or make feature requests, use the issue feature in Github. To see a roadmap of planned features / releases, see the ROADMAP.md file in this repository.

todo! is an npm package that allows you to manage all of your todos in the command line.

Install

npm install -g todo_

Usage

todo add Testing                Adds new todo with text of "Testing"
todo add Testing -p low         Adds a new low-priority todo with the text of "Texting"
todo list                       Lists all todos
todo remove 0                   Removes the first todo in the list
todo remove -a                  Removes all todos
todo remove -s 1               Removes all todos starting with the second todo (index of 1)
todo update 0 -t "Testing Two"  Updates the text of the first todo to "Testing Two"
todo update 0 -p high           Updates the priority of the first todo to be high-priority

License

MIT License