ddctui 1.0.0

Terminal UI for controlling DDC/CI monitor properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# DDC/CI Terminal UI

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

![ddctui screenshot](media/screenshot.png)

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
```