Taskwarrior Commands
Taskwarrior lets you manage tasks from the command line.
You can segment tasks per project (personal, work etc).
Commands
Tasks are managed with the task
command.
List tasks
task list
Tasks are assigned an id
which can be used when managing that task.
Add tasks
task add "do the washing"
Tasks will be set to the current context
Complete task
task done 12
Set context
task context work
Add priority
task add "build CLI tool" priority:H
Update task priority
task modify 12 priority:H