2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-11 01:10:31 +00:00
cheat.sheets/sheets/todo

15 lines
262 B
Plaintext

# Todo
Description: A simplistic commandline todo list.
# Add a task to your todo list
todo -a This is an example task
# Print the current task list
todo -g
# Remove a single task from the list
todo -r [taskNumber]
# To clear all tasks
todo -c or todo clear