mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 17:57:19 +02:00
67 lines
3.3 KiB
Markdown
67 lines
3.3 KiB
Markdown
# `taskwarrior-tui`
|
|
|
|
[](https://github.com/kdheepak/taskwarrior-tui/actions?query=workflow%3ACI)
|
|
[](./LICENSE)
|
|
[](https://github.com/kdheepak/taskwarrior-tui/releases/latest)
|
|
[](https://github.com/kdheepak/taskwarrior-tui/releases/latest)
|
|
[](https://github.com/kdheepak/taskwarrior-tui)
|
|
[](https://coveralls.io/github/kdheepak/taskwarrior-tui)
|
|
[](https://kdheepak.com/taskwarrior-tui)
|
|
|
|
A Terminal User Interface for [Taskwarrior](https://taskwarrior.org/).
|
|
|
|

|
|
|
|
Showcase of features: <https://youtu.be/0ZdkfNrIAcw>
|
|
|
|
[](https://www.youtube.com/watch?v=0ZdkfNrIAcw)
|
|
|
|
**User Interface**
|
|
|
|

|
|
|
|
**Multiple selection**
|
|
|
|

|
|
|
|
**Tab completion**
|
|
|
|

|
|
|
|
### Documentation
|
|
|
|
<https://kdheepak.com/taskwarrior-tui>
|
|
|
|
### Installation
|
|
|
|
Unless otherwise specified, you will need to install the latest version of `taskwarrior` first. See <https://taskwarrior.org/download/> for more information.
|
|
|
|
**Manual** [](https://github.com/kdheepak/taskwarrior-tui/releases/latest) [](https://github.com/kdheepak/taskwarrior-tui/releases/latest)
|
|
|
|
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`.
|
|
|
|
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 `taskrc` for various configuration options. See the documentation for more information:
|
|
|
|
- <https://kdheepak.com/taskwarrior-tui/configuration/keys>
|
|
- <https://kdheepak.com/taskwarrior-tui/configuration/colors>
|
|
|
|
## References / Resources
|
|
|
|
If you like `taskwarrior-tui`, please consider donating to [@GothenburgBitFactory](https://github.com/sponsors/GothenburgBitFactory).
|
|
|
|
- <https://github.com/GothenburgBitFactory/taskwarrior>
|
|
- <https://github.com/GothenburgBitFactory/libshared>
|
|
- <https://github.com/GothenburgBitFactory/timewarrior>
|
|
- <https://github.com/fdehau/tui-rs>
|
|
- <https://github.com/crossterm-rs/crossterm/>
|
|
- <https://github.com/async-rs/async-std>
|
|
- <https://github.com/kkawakam/rustyline>
|
|
- <https://github.com/vit-project/vit>
|