feat: Add README.md

This commit is contained in:
Ignacio Perez
2025-12-27 19:01:37 -03:00
parent 58f4f2bfd0
commit 95b1d62b1c
2 changed files with 34 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
# Task Warrior GPUI
![Task Warrior GPUI Screenshot](docs/task-warrior-gpui.png)
A desktop GUI for [TaskWarrior](https://taskwarrior.org/) built with [GPUI](https://gpui.rs/), the GPU-accelerated UI framework from Zed.
## Features
- View and filter tasks by project, status, priority, and due date
- Project tree with task counts
- Tag filtering with multi-select
- Sortable task table with pagination
- Dark theme (Ayu-inspired)
## Requirements
- Rust 2024 edition
- TaskWarrior
## Build
```bash
cargo build --release
```
## Run
```bash
cargo run
```
## License
MIT OR Apache-2.0
Binary file not shown.

After

Width:  |  Height:  |  Size: 251 KiB