taskwarrior-tui: A terminal user interface for taskwarrior kdheepak.com/taskwarrior-tui https://kdheepak.com/taskwarrior-tui
Find a file
Dheepak Krishnamurthy 3c6bb5f03f Update README.md
2020-07-29 10:04:15 -06:00
.github/workflows Add publish to crates.io github action 2020-07-28 03:11:18 -06:00
src Add help menu 2020-07-29 09:08:07 -06:00
.env Add .env 2020-07-27 00:39:37 -06:00
.gitignore Add tests/data to .gitignore 2020-07-27 00:38:56 -06:00
Cargo.lock Bump to v0.4.0 2020-07-28 17:59:56 -06:00
Cargo.toml Bump to v0.4.0 2020-07-28 17:59:56 -06:00
LICENSE Initial commit 2020-07-26 15:35:39 -06:00
README.md Update README.md 2020-07-29 10:04:15 -06:00

Taskwarrior TUI

CI

A Taskwarrior TUI written in Rust.

taskwarrior-tui

Installation

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.

Usage

  • /: task {string} - Filter task report
  • a: task add {string} - Add new task
  • d: task done {selected} - Mark task as done
  • e: task edit {selected} - Open selected task in editor
  • j: {selected+=1} - Move down in task report
  • k: {selected-=1} - Move up in task report
  • l: task log {string} - Log new task
  • m: task modify {string} - Modify selected task
  • q: exit - Quit
  • s: task start/stop {selected} - Toggle start and stop
  • u: task undo - Undo
  • ?: help - Help menu