Skip to content

Installation

Unless otherwise specified, you will need to install taskwarrior first. See https://taskwarrior.org/download/ for more information.

Manual (Recommended)

  1. Download the tar.gz file for your OS from the latest release.
  2. Unzip the tar.gz file.
  3. Run ./taskwarrior-tui.

Install from source

Terminal window
git clone https://github.com/kdheepak/taskwarrior-tui.git
cd taskwarrior-tui
cargo build --release

Using brew

This installs task from Homebrew as well.

Terminal window
brew install taskwarrior-tui

Installation for Arch Linux

Use pacman to install it from the extra repository:

Terminal window
pacman -S taskwarrior-tui

Or use your favorite AUR helper to install the git package maintained by @loki7990. For example:

Terminal window
yay -S taskwarrior-tui-git

Using snap

Terminal window
snap install taskwarrior-tui

Using zdharma-continuum/zinit

Add the following to your ~/.zshrc:

Terminal window
zinit ice wait:2 lucid extract"" from"gh-r" as"command" mv"taskwarrior-tui* -> tt"
zinit load kdheepak/taskwarrior-tui