1.0.4 • Published 11 months ago

clido v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

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.

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago