ddc-tui
v0.1.1
Published
Interactive terminal UI for ddcutil (monitor DDC/CI)
Maintainers
Readme
ddc-tui
Interactive terminal UI for ddcutil. It assumes ddcutil is already installed, on your PATH, and able to access your displays (see upstream docs for I2C/USB permissions).
Requirements
- Node.js 18+ (this is what
npx/ global installs use) ddcutilon the host
Optional for development: Bun (to run bun test).
Use without cloning (after you publish to npm)
npx ddc-tuiGlobal install:
npm install -g ddc-tui
ddc-tuinpx / global installs run the ddc-tui binary from dist/ (compiled JavaScript on Node 18+). Bun is not required.
