task

Command-line to-do list manager. More information: <https://taskwarrior.org/docs/>.

Install

All systems
curl cmd.cat/task.sh
Debian Debian
apt-get install task
Ubuntu
apt-get install task
Alpine
apk add task
Arch Arch Linux
pacman -S task
image/svg+xml Kali Linux
apt-get install task
Fedora
dnf install task
Windows (WSL2)
sudo apt-get update sudo apt-get install task
OS X
brew install task
Raspbian
apt-get install task
Docker
docker run cmd.cat/task task powered by Commando

Command-line to-do list manager. More information: <https://taskwarrior.org/docs/>.

  • Add a new task which is due tomorrow:
    task add description due:tomorrow
  • Update a task's priority:
    task task_id modify priority:H|M|L
  • Complete a task:
    task task_id done
  • Delete a task:
    task task_id delete
  • List all open tasks:
    task list
  • List open tasks due before the end of the week:
    task list due.before:eow
  • Show a graphical burndown chart, by day:
    task burndown.daily
  • List all reports:
    task reports

© tl;dr; authors and contributors