Forrest logo
back to context overview

tb

List of commands for tb:

  • tb:tldr:13488 tb: Edit item's priority.
    $ tb --priority @${item_id} ${priority}
    try on your machine
    explain this command
  • tb:tldr:5c454 tb: Check/uncheck item.
    $ tb --check ${item_id}
    try on your machine
    explain this command
  • tb:tldr:8eae5 tb: Archive all checked items.
    $ tb --clear
    try on your machine
    explain this command
  • tb:tldr:99edd tb: Move item to a board.
    $ tb --move @${item_id} ${board_name}
    try on your machine
    explain this command
  • tb:tldr:9d8a2 tb: Add a new note to a board.
    $ tb --note ${note_description} @${board_name}
    try on your machine
    explain this command
  • tb:tldr:afc19 tb: Add a new task to a board.
    $ tb --task ${task_description} @${board_name}
    try on your machine
    explain this command
back to context overview