todo-jsonl 0.1.0
Usage: todo Commands: * add add new task * start mark task as started * done mark task as completed * block mark task as blocked * prio toggle high priority flag * append append text to task title * rename rename task * del delete task * note add note to task * delnote delete all notes from task * list [regex...] list tasks (only active tasks by default) * show show all task details * repl enter read–eval–print loop mode * help this help screen With list command the following pre-defined regex patterns can be also used: :active, :done, :blocked, :started, :new, :all Legend: new [ ], done [x], started [>], blocked [!], priority *