https://github.com/ttytm/dcui
A minimal TUI application for controlling external displays.
https://github.com/ttytm/dcui
ddc ddc-ci ddccontrol ddcui ddcutil tui
Last synced: 9 months ago
JSON representation
A minimal TUI application for controlling external displays.
- Host: GitHub
- URL: https://github.com/ttytm/dcui
- Owner: ttytm
- License: isc
- Created: 2024-11-01T23:12:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-02T21:55:21.000Z (over 1 year ago)
- Last Synced: 2025-01-10T00:10:57.018Z (over 1 year ago)
- Topics: ddc, ddc-ci, ddccontrol, ddcui, ddcutil, tui
- Language: Rust
- Homepage:
- Size: 43.9 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dcui
[badge__build-status]: https://img.shields.io/github/actions/workflow/status/ttytm/dcui/ci.yml?branch=main&logo=github&logoColor=C0CAF5&labelColor=333
[badge__version]: https://img.shields.io/github/v/tag/ttytm/dcui?logo=task&logoColor=C0CAF5&labelColor=333&color=DEA584
[badge__msrv]: https://img.shields.io/badge/MSRV-1.74.0-DEA584?logo=rust&labelColor=333
[![][badge__build-status]](https://github.com/ttytm/dcui/actions?query=branch%3Amain)
[![][badge__version]](https://github.com/ttytm/dcui/releases/latest)
![][badge__msrv]
> A minimal TUI application (under 1 MB compiled) for controlling external displays.
## Keymaps
| Description | Key |
| ------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ |
| Toggle Info | ? |
| Quit | q |
| Next Pane | tab, l |
| Previous Pane | shifttab, h |
| Focus Neighboring Pane | ctrlh\|ctrlj\|ctrlk\|ctrll |
| Down (Next Item in Current Pane) | down, j |
| Up (Previous Item in Current Pane) | up, k |
| Increase Value of Selected Display Setting | left, shifth |
| Decrease Value of Selected Display Setting | right, shiftl |
| Set Display Setting Value to `` | <1-or-2-digit-input> |
| Toggle Grayscale | shifts |
Keymaps are currently hard-coded.
## Installation
Release binaries can be downloaded in bare executable, AppImage and Deb formats from the [releases page](https://github.com/ttytm/dcui/releases).
Using `cargo` to install from the Git source or self-compilation enable installation on all (including untested) platforms.
```sh
cargo install --git https://github.com/ttytm/dcui
```
## Disclaimer
This is early beta software.
So far, exploratory testing has only been done on GNU/Linux, so it's the only OS prebuilt binaries are provided for.
## Credits
Thank you to all the contributors of the projects listed in the `Cargo.toml` file.