snippetbashTip
task — To-do list manager. More information: <https://taskwarrior.org/docs/>.
Viewed 0 times
taskhttpscommandcliinformationmorelistmanager
Problem
How to use the
task command: To-do list manager. More information: <https://taskwarrior.org/docs/>.Solution
task — 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}} doneDelete a task:
task {{task_id}} deleteList all open tasks:
task listList open tasks due before the end of the week:
task list due.before:{{eow}}Show a graphical burndown chart, by day:
task burndown.dailyList all reports:
task reportsCode Snippets
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}} doneDelete a task
task {{task_id}} deleteList all open tasks
task listContext
tldr-pages: common/task
Revisions (0)
No revisions yet.