# DDC/CI Terminal UI
View and control DDC/CI capabilities of your connected monitors, like brightness, contrast, input source, etc.

This project relies on libddcutil. If you have issues, check if `ddcutil detect` behaves correctly and lists available monitors. If you have issues with `ddcutil`, check https://www.ddcutil.com/config_steps/.
## About AI
This project code has been generated using Claude Code. The prompt is available in [prompt.md](prompt.md). I had no interesting in writing the glue code between libddcutil, rust and the terminal UI, and IMHO it was a good test case for experimenting with agentic coding.
# Build
```bash
cargo build
```