mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
todoman: add page (#6994)
This commit is contained in:
parent
8f3b2e9f45
commit
a15cf720e9
1 changed files with 24 additions and 0 deletions
24
pages/common/todoman.md
Normal file
24
pages/common/todoman.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# todoman
|
||||
|
||||
> 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}}`
|
Loading…
Add table
Reference in a new issue