Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Task Manager - Manage Tasks and Notes | Online Free DevTools by Hexmos

Manage tasks efficiently with Task Manager. Organize notes, prioritize items, and track progress across boards using command line. Free online tool, no registration required.

tb

Manage tasks and notes across multiple boards. More information: https://github.com/klaussinani/taskbook.

  • 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}}