taskwarrior-tui: A terminal user interface for taskwarrior kdheepak.com/taskwarrior-tui https://kdheepak.com/taskwarrior-tui
Find a file
Dheepak Krishnamurthy 054b46aa56
Update README.md
2023-02-23 01:11:15 -05:00
.github Update FUNDING.yml 2023-02-23 01:07:55 -05:00
.rpm Add rpm spec 2020-10-28 06:00:25 -06:00
completions fix: Update dependencies and remove FuturesOrdered 🐛 2022-03-21 13:37:06 -06:00
docs fix typo 2023-01-18 14:48:29 +09:00
snap Update snapcraft.yaml 2020-10-30 23:03:18 -06:00
src fix: Appease cargo fmt 🐛 2022-11-04 10:55:21 -04:00
.envrc fix: Fix tests and better logging and history 🐛 2021-12-02 11:29:41 -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 chore: Update cargo dependencies 2022-01-01 01:58:16 -07:00
Cargo.lock build(release): Update to v0.23.7 🛠 2022-11-21 09:32:41 -05:00
Cargo.toml build(release): Update to v0.23.7 🛠 2022-11-21 09:32:41 -05:00
LICENSE Initial commit 2020-07-26 15:35:39 -06:00
mkdocs.yml docs: Update documentation 📚 2022-03-23 21:15:19 -06:00
README.md Update README.md 2023-02-23 01:11:15 -05:00

taskwarrior-tui

CI

A Terminal User Interface (TUI) for Taskwarrior that you didn't know you wanted.

Features

  • vim-like navigation
  • live filter updates
  • add, delete, complete, log tasks
  • multiple selection
  • tab completion
  • colors based on taskwarrior

Showcase

Demo: (video)
User Interface: (gif)
Multiple selection: (gif)
Tab completion: (gif)

Documentation

See https://kdheepak.com/taskwarrior-tui for documentation.

See https://kdheepak.com/taskwarrior-tui/installation/ for installation instructions for your platform.

See https://kdheepak.com/taskwarrior-tui/quick_start/ to get started.

See https://kdheepak.com/taskwarrior-tui/configuration/keys or https://kdheepak.com/taskwarrior-tui/configuration/colors/ for customization options.

Installation

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

Pre-compiled releases are available on the GitHub repo:

  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 taskwarrior's .taskrc for configuration.

See the documentation for more information:

Here is an example `.taskrc`
### taskwarrior configuration options

# taskwarrior's configuration
data.location=.task
verbose=affected,blank,context,edit,header,footnote,label,new-id,project,special,sync,recur
uda.priority.values=H,M,,L
color.alternate=

# taskwarrior-tui reads color attributes from the following to display the same colors of tasks as the CLI
color.tagged=black on rgb444

# Remove age, tags from task next report.
# taskwarrior-tui reads the labels and columns from these options to display tasks the same way taskwarrior does
report.next.labels=ID,Active,Age,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Urg
report.next.columns=id,start.age,entry.age,depends,priority,project,tags,recur,scheduled.countdown,due.relative,until.remaining,description.truncated_count,urgency
report.next.filter=(status:pending or status:waiting) page:limit

### taskwarrior-tui configuration options

uda.taskwarrior-tui.keyconfig.done=x
uda.taskwarrior-tui.keyconfig.delete=d
uda.taskwarrior-tui.shortcuts.0=~/local/bin/task-sync.sh
uda.taskwarrior-tui.report.next.filter=(status:pending or status:waiting)

References / Resources

If you like taskwarrior-tui, please consider donating to me, @GothenburgBitFactory or a charity of your choice.

Additional resources