Taskwarrior Lesson 03: Linking Tasks and Setting Projects

New Commands

$ task {task id} modify priority:{priority level}
{priority level} By default usually L, M, & H for low, medium and high.

$ task {task id} modify depends:{other task id}
{other task id} The task id where one task depends on another.

$ task {task id} modify project:{project name}
{project name} The name of the project other tasks belong to.