An open API service indexing awesome lists of open source software.

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.

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.