task
TODO list manager.
- Add new task:
task add {thing_to_do}
- List tasks:
task list
- Mark task as completed:
task {task_id} done
- Modify task:
task {task_id} modify {new_thing_to_do}
- Delete task:
task {task_id} delete
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).