# xtodo
To-do and note application using the terminal user interface (TUI) written in Rust. Simple, nice-looking, efficient, and intuitive. Tested on Linux and MacOS (Windows not tested).
<img width="852" height="592" alt="Screenshot 2026-03-01 at 11 42 38 AM" src="https://github.com/user-attachments/assets/0a09e1c4-82b6-4fa6-8494-712f153182f0" />
<img width="852" height="592" alt="Screenshot 2026-03-01 at 11 43 40 AM" src="https://github.com/user-attachments/assets/b5d4fed2-4e40-432c-857e-051b5f3fa055" />
## Build
In suitable directory, run
```
git clone https://github.com/mabognar/xtodo
cd xtodo
cargo install --path .
xtop
```
Alternatively, run
```
cargo install xtodo
```