Taskwarrior task manager
12th April 2025
Taskwarrior is a linux command line task manager and reminder app
there are many command line options but the simplest are as follows.
Adding a task:
$ task add "task description"
Listing tasks:
$ task
will output as follows
ID Age Description Urg
1 2min check out obsidian 0
2 1min finish printing spacers 0
Deleting a task
$ task del "task number"