1.0.2 • Published 5 years ago

@riuandg5/clitodo v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

clitodo

Command line todo list manager.

Install

npm i -g @riuandg5/clitodo

Usage

todo
# Lists all todos.

todo init
# Initialize a todo list database.

todo add <todo> <done>
# Adds <todo> in the list with optional status 'done'.

todo del <index of todo>|<done>|<undone>|<all>
# Deletes todo from list.

todo done <index of todo>|<all>
# Marks todo as done.

todo undone <index of todo>|<all>
# Marks todo as undone.

todo help
# Shows list of commands and usage.
1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago