taskwarrior-tui: A terminal user interface for taskwarrior kdheepak.com/taskwarrior-tui https://kdheepak.com/taskwarrior-tui
Find a file
Dheepak Krishnamurthy 54e4cce084 Add completion
2021-05-11 11:15:41 -06:00
.github Update bug_report.md template 2021-04-06 23:40:45 -06:00
.rpm Add rpm spec 2020-10-28 06:00:25 -06:00
completions Add completion 2021-05-11 11:15:41 -06:00
docs Add taskwarrior-tui specific filter 2021-05-04 16:43:03 -06:00
snap Update snapcraft.yaml 2020-10-30 23:03:18 -06:00
src Fix crash when no labels are present 2021-05-10 00:05:29 -06:00
.env Update bug report template 2021-02-09 12:56:46 -07:00
.gitignore Add tests/data to .gitignore 2020-07-27 00:38:56 -06:00
.rustfmt.toml Autoformat code 2020-10-10 21:34:04 -06:00
build.rs Add completion 2021-05-11 11:15:41 -06:00
Cargo.lock Add completion 2021-05-11 11:15:41 -06:00
Cargo.toml Add completion 2021-05-11 11:15:41 -06:00
LICENSE Initial commit 2020-07-26 15:35:39 -06:00
mkdocs.yml Update docs 2021-04-07 00:09:28 -06:00
README.md Update README 2021-04-29 12:46:54 -06:00

taskwarrior-tui

CI

A Terminal User Interface for Taskwarrior.

Showcase of features: https://youtu.be/0ZdkfNrIAcw

User Interface

Multiple selection

Tab completion

Documentation

https://kdheepak.com/taskwarrior-tui

Installation

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

Manual

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

See https://kdheepak.com/taskwarrior-tui/installation/ on instructions for using package managers on various platforms.

If you are compiling from source, you'll need to most recent stable rust compiler.

Configuration

taskwarrior-tui uses taskrc for various configuration options. See the documentation for more information:

References / Resources