Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-01 00:25:28 +00:00
parent ce66b5e9bf
commit fde4de0db5
147 changed files with 229 additions and 179 deletions

12
tldr/tb
View File

@@ -6,23 +6,23 @@ source: https://github.com/tldr-pages/tldr.git
# tb
> Manage tasks and notes across multiple boards.
> More information: <https://github.com/klaussinani/taskbook>.
> More information: <https://github.com/klaudiosinani/taskbook#usage>.
- Add a new task to a board:
`tb --task {{task_description}} @{{board_name}}`
`tb {{[-t|--task]}} {{task_description}} @{{board_name}}`
- Add a new note to a board:
`tb --note {{note_description}} @{{board_name}}`
`tb {{[-n|--note]}} {{note_description}} @{{board_name}}`
- Edit item's priority:
`tb --priority @{{item_id}} {{priority}}`
`tb {{[-p|--priority]}} @{{item_id}} {{priority}}`
- Check/uncheck item:
`tb --check {{item_id}}`
`tb {{[-c|--check]}} {{item_id}}`
- Archive all checked items:
@@ -30,4 +30,4 @@ source: https://github.com/tldr-pages/tldr.git
- Move item to a board:
`tb --move @{{item_id}} {{board_name}}`
`tb {{[-m|--move]}} @{{item_id}} {{board_name}}`