Reference for all available commands in the Todo CLI X tool
todo
, along with usage examples.
--version
, -v
add
command--priority [low|medium|high]
– Set the task’s priority--due YYYY-MM-DD
– Add a due date--tags tag1,tag2
– Assign one or more tags to the tasklist
command--verbose
– Show creation and due dates--priority [low|medium|high]
– Filter by priority--tags tag1,tag2
– Filter tasks that match at least one of the provided tagscomplete
commanddelete
commandedit
command--text
– Update the task’s description--priority [low|medium|high]
– Change the task’s priority--due YYYY-MM-DD
– Set a new due date--tags tag1,tag2
– Replace tags with a new setclear
command--help
todo <command> --help
to get specific information about that command.