tb
CLI for managing tasks and notes across multiple boards.
- 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}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).