mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 23:46:41 +02:00
2.6 KiB
2.6 KiB
Taskwarrior TUI
A Terminal User Interface for Taskwarrior.
Installation
You will need to install taskwarrior
first. See https://taskwarrior.org/download/ for more information.
Manual
- Download the tar.gz file for your OS from the latest release.
- Unzip the tar.gz file
- Run with
./taskwarrior-tui
.
Using zdharma/zinit
Add the following to your ~/.zshrc
:
zinit ice wait:2 lucid extract"" from"gh-r" as"command" mv"taskwarrior-tui* -> tt"
zinit load kdheepak/taskwarrior-tui
Using cargo
git clone https://github.com/kdheepak/taskwarrior-tui.git
cd taskwarrior-tui
cargo build --release
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
- Undox
:task delete {selected}
- DeleteA
:task {selected} annotate {string}
- Add new task?
:help
- Help menu