todo: fix page name
This commit is contained in:

committed by
marchersimon

parent
ac6515451b
commit
b956948b6f
24
pages/common/todo.md
Normal file
24
pages/common/todo.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# todo
|
||||
|
||||
> A simple, standards-based, cli todo manager.
|
||||
> More information: <https://todoman.readthedocs.io>.
|
||||
|
||||
- Add a new task to the work list:
|
||||
|
||||
`todo new {{thing_to_do}} --list {{work}}`
|
||||
|
||||
- List startable tasks:
|
||||
|
||||
`todo list --startable`
|
||||
|
||||
- Mark a task as completed:
|
||||
|
||||
`todo done {{task_id}}`
|
||||
|
||||
- Show details about a task:
|
||||
|
||||
`todo show {{task_id}}`
|
||||
|
||||
- Delete a task:
|
||||
|
||||
`todo delete {{task_id}}`
|
Reference in New Issue
Block a user