clido
v1.0.4
Published
A cli todo list application written by node.js
Downloads
6
Readme
clido
A cli todo list application written by node.js.
You need to install the last version of Python first.
command
clido list # List your unfinished todo list
clido list all # List all your todo list
clido add [xxxx] # Add one todo
clido do [id] # Finish one todo by id
clido undo [id] # Unfinish one todo by id
clido remove [id] # Remove one todo by id
clido clean # Clean all finished todos
Type clido
to show help.