
task
List of commands for task:
-
task:tldr:3aaba task: Show a graphical burndown chart, by day.$ task burndown.dailytry on your machineexplain this command
-
task:tldr:3b269 task: Update a task's priority.$ task ${task_id} modify priority:${select}try on your machineexplain this command
-
task:tldr:49c4f task: Delete a task.$ task ${task_id} deletetry on your machineexplain this command
-
task:tldr:7639b task: Complete a task.$ task ${task_id} donetry on your machineexplain this command
-
task:tldr:8207b task: Add a new task which is due tomorrow.$ task add ${description} due:${tomorrow}try on your machineexplain this command
-
task:tldr:d9fc3 task: List open tasks due before the end of the week.$ task list due.before:${eow}try on your machineexplain this command