Tip
Tasks are automatically removed after they have been displayed 5 times while completed
git clone https://github.com/Sophed/todo.gitcd todocargo build --release
-
Add a task:
todo add <task>— Aliases:create,new,+ -
Remove a task:
todo remove <index>— Aliases:delete,del,- -
Toggle a task:
todo done <index>— Aliases:do,x,toggle -
Help menu:
todo help— Aliases:?
