commands.sh

tb

all

Manage tasks and notes across multiple boards.

More info →

Options (5)

-t, --taskboolean

Add a new task to a board

Example: tb {{[-t|--task]}} {{task_description}} @{{board_name}}
-n, --noteboolean

Add a new note to a board

Example: tb {{[-n|--note]}} {{note_description}} @{{board_name}}
-p, --priorityboolean

Edit item's priority

Example: tb {{[-p|--priority]}} @{{item_id}} {{priority}}
-c, --checkboolean

Check/uncheck item

Example: tb {{[-c|--check]}} {{item_id}}
-m, --moveboolean

Move item to a board

Example: tb {{[-m|--move]}} @{{item_id}} {{board_name}}

Examples (6)

Add a new task to a board

tb [-t|--task] task_description @board_name

Add a new note to a board

tb [-n|--note] note_description @board_name

Edit item's priority

tb [-p|--priority] @item_id priority

Check/uncheck item

tb [-c|--check] item_id

Archive all checked items

tb --clear

Move item to a board

tb [-m|--move] @item_id board_name
made by @shridhargupta | data from tldr-pages