Forrest logo
back to context overview

todo

List of commands for todo:

  • todo:tldr:22c23 todo: Show details about a task.
    $ todo show ${task_id}
    try on your machine
    explain 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 machine
    explain this command
  • todo:tldr:3fdbc todo: List startable tasks.
    $ todo list --startable
    try on your machine
    explain this command
  • todo:tldr:59b2e todo: Delete done tasks and reset the IDs of the remaining tasks.
    $ todo flush
    try on your machine
    explain this command
  • todo:tldr:6ec17 todo: Mark tasks with the specified IDs as completed.
    $ todo done ${task_id1 task_id2 ---}
    try on your machine
    explain this command
  • todo:tldr:c16da todo: Delete a task.
    $ todo delete ${task_id}
    try on your machine
    explain this command
  • todo:tldr:f872b todo: Add a new task to the work list.
    $ todo new ${thing_to_do} --list ${work}
    try on your machine
    explain this command
back to context overview