
todo
List of commands for todo:
-
todo:tldr:22c23 todo: Show details about a task.$ todo show ${task_id}try on your machineexplain this command
-
todo:tldr:3784b todo: Add a location to a task with a given ID.$ todo edit --location ${location_name} ${task_id}try on your machineexplain this command
-
todo:tldr:3fdbc todo: List startable tasks.$ todo list --startabletry on your machineexplain this command
-
todo:tldr:59b2e todo: Delete done tasks and reset the IDs of the remaining tasks.$ todo flushtry on your machineexplain this command
-
todo:tldr:6ec17 todo: Mark tasks with the specified IDs as completed.$ todo done ${task_id1 task_id2 ---}try on your machineexplain this command
-
todo:tldr:c16da todo: Delete a task.$ todo delete ${task_id}try on your machineexplain this command
-
todo:tldr:f872b todo: Add a new task to the work list.$ todo new ${thing_to_do} --list ${work}try on your machineexplain this command