System Grab Bag

View all TLDR pages from common (or from all pages)

task

Command-line to-do list manager. More information: https://taskwarrior.org/docs/.
  • Add a new task which is due tomorrow:
    task add {{description}} due:{{tomorrow}}
  • Update a task's priority:
    task {{task_id}} modify priority:{{H|M|L}}
  • Complete a task:
    task {{task_id}} done
  • Delete a task:
    task {{task_id}} delete
  • List all open tasks:
    task list
  • List open tasks due before the end of the week:
    task list due.before:{{eow}}
  • Show a graphical burndown chart, by day:
    task burndown.daily
  • List all reports:
    task reports

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.