mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 14:36:42 +02:00
taskwarrior-tui
: A terminal user interface for taskwarrior
kdheepak.com/taskwarrior-tui
https://kdheepak.com/taskwarrior-tui
.github/workflows | ||
src | ||
.env | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
Taskwarrior TUI
A Taskwarrior TUI written in Rust.
Installation
Manual
- Download the tar.gz file for your OS from the latest release.
- Unzip the tar.gz file
- Run with
./taskwarrior-tui
.
Usage
/
:task {string}
- Filter task reporta
:task add {string}
- Add new taskd
:task {selected} done
- Mark task as donee
:task {selected} edit
- Open selected task in editorj
:{selected+=1}
- Move down in task reportk
:{selected-=1}
- Move up in task reportl
:task log {string}
- Log new taskm
:task {selected} modify {string}
- Modify selected taskq
:exit
- Quits
:task {selected} start/stop
- Toggle start and stopu
:task undo
- Undo?
:help
- Help menu