Options (5)
-t, --taskbooleanAdd a new task to a board
Example:
tb {{[-t|--task]}} {{task_description}} @{{board_name}}-n, --notebooleanAdd a new note to a board
Example:
tb {{[-n|--note]}} {{note_description}} @{{board_name}}-p, --prioritybooleanEdit item's priority
Example:
tb {{[-p|--priority]}} @{{item_id}} {{priority}}-c, --checkbooleanCheck/uncheck item
Example:
tb {{[-c|--check]}} {{item_id}}-m, --movebooleanMove 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_nameAdd a new note to a board
tb [-n|--note] note_description @board_nameEdit item's priority
tb [-p|--priority] @item_id priorityCheck/uncheck item
tb [-c|--check] item_idArchive all checked items
tb --clearMove item to a board
tb [-m|--move] @item_id board_namemade by @shridhargupta | data from tldr-pages