# xtodo
To-do and note application using the terminal user interface (TUI) written in Rust. Simple, nice-looking,
efficient, and intuitive.
<img width="852" height="700" alt="Screenshot 2026-03-03 at 9 56 53 AM" src="https://github.com/user-attachments/assets/f525cec9-d6bb-4506-9242-c0be7ddaadc3" />
<img width="852" height="700" alt="Screenshot 2026-03-03 at 9 57 19 AM" src="https://github.com/user-attachments/assets/4805ae12-47d6-4bfc-a68b-31409b9fdab9" />
<img width="852" height="700" alt="Screenshot 2026-03-03 at 10 09 30 AM" src="https://github.com/user-attachments/assets/b627460d-2299-43f4-9f95-5f931840d3b4" />
## Build
In suitable directory, run
```
git clone https://github.com/mabognar/xtodo
cd xtodo
cargo install --path .
xtodo
```
Alternatively, run
```
cargo install xtodo
```