| name | taskwarrior |
| description | Use this skill when the user wants to manage tasks from the command line. |
Taskwarrior Plugin
Command line task list management utility with projects, tags, priorities, and due dates.
Commands
Task Management
taskwarrior task add — Add a new task
taskwarrior task list — List tasks
taskwarrior task done — Mark task as completed
taskwarrior task next — Show next task
Usage Examples
- "taskwarrior task add --description 'Fix bug' --project dev --priority H"
- "taskwarrior task list --filter project:dev"
- "taskwarrior task done --id 1"
- "taskwarrior task next"
Installation
brew install task
apt install taskwarrior
Examples
task add Buy groceries
task add Fix bug project:dev priority:H
task add Submit report due:friday
task list
task list project:work
task list priority:H
task done 1
task next
task add Pay rent due:1st recur:monthly
task add Review code +work +review
Key Features
- Projects for organizing tasks
- Tags for categorization
- Priority levels (H, M, L)
- Due dates and recurring tasks
- Task dependencies
- Search and filtering
- Extensible with hooks and extensions
- Active ecosystem of tools