mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 11:35:24 +02:00
tb: add page (#2630)
This commit is contained in:
parent
36c6b40181
commit
c6850f8e37
1 changed files with 27 additions and 0 deletions
27
pages/common/tb.md
Normal file
27
pages/common/tb.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
# tb
|
||||
|
||||
> CLI for managing tasks and notes across multiple boards.
|
||||
|
||||
- Add a new task to a board:
|
||||
|
||||
`tb --task {{task description}} @{{board_name}}`
|
||||
|
||||
- Add a new note to a board:
|
||||
|
||||
`tb --note {{note description}} @{{board_name}}`
|
||||
|
||||
- Edit item's priority:
|
||||
|
||||
`tb --priority @{{item_id}} {{priority}}`
|
||||
|
||||
- Check/uncheck item:
|
||||
|
||||
`tb --check {{item_id}}`
|
||||
|
||||
- Archive all checked items:
|
||||
|
||||
`tb --clear`
|
||||
|
||||
- Move item to a board:
|
||||
|
||||
`tb --move @{{item_id}} {{board_name}}`
|
Loading…
Add table
Reference in a new issue