mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +02:00
40 lines
1.8 KiB
Markdown
40 lines
1.8 KiB
Markdown
# Taskwarrior TUI
|
|
|
|

|
|

|
|
[](https://github.com/kdheepak/taskwarrior-tui/releases/latest)
|
|

|
|
|
|
A Taskwarrior TUI written in Rust.
|
|
|
|

|
|
|
|
## Installation
|
|
|
|
**Manual**
|
|
|
|
1. Download the tar.gz file for your OS from [the latest release](https://github.com/kdheepak/taskwarrior-tui/releases/latest).
|
|
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 {selected} done` - Mark task as done
|
|
- `e`: `task {selected} edit` - 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 {selected} modify {string}` - Modify selected task
|
|
- `q`: `exit` - Quit
|
|
- `s`: `task {selected} start/stop` - Toggle start and stop
|
|
- `u`: `task undo` - Undo
|
|
- `?`: `help` - Help menu
|
|
|
|

|
|
|
|
## Thanks
|
|
|
|
- [taskwarrior](https://github.com/GothenburgBitFactory/taskwarrior)
|
|
- [tui-rs](https://github.com/fdehau/tui-rs)
|