todo-cli
v1.3.1
Published
A lightweight CLI that helps you manage todos
Downloads
7
Readme
Description
A lightweight CLI app that helps you manage todos in a given project.
Short screencast
Installation
npm install todo-cli -g
Usage
todo
- lists opened todostodo <todo>
- creates a new todo. Example: todo create "Fix signup form validation."
todo close <id1,id2,id3...>
- marks a todo(s) as closed.todo close all
- close all todostodo reopen <id1,id2,id3...>
- reopens closed todo(s).todo reopen all
- reopen all todostodo closed
- lists closed todostodo opened
- lists opened todostodo list
- lists both opened and closed todostodo clear
- completely deletes the todos and the storage filetodo help
- displays available commands