1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:02:08 +02:00
tldr/pages/common/tb.md
Lena 7ca1069d76
pages/*: reword descriptions without using "a CLI for" etc. (#10437)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-16 19:23:40 +02:00

28 lines
505 B
Markdown

# tb
> Manage tasks and notes across multiple boards.
> More information: <https://github.com/klaussinani/taskbook>.
- 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}}`