todo-cli

1.3.1 • Public • Published

Description

A lightweight CLI app that helps you manage todos in a given project.

Short screencast

Demo

Installation

npm install todo-cli -g

Usage

todo - lists opened todos
todo <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 todos
todo reopen <id1,id2,id3...> - reopens closed todo(s).
todo reopen all - reopen all todos
todo closed - lists closed todos
todo opened - lists opened todos
todo list - lists both opened and closed todos
todo clear - completely deletes the todos and the storage file
todo help - displays available commands

Readme

Keywords

Package Sidebar

Install

npm i todo-cli

Weekly Downloads

2

Version

1.3.1

License

MIT

Last publish

Collaborators

  • druc