brightcli

Crates.iobrightcli
lib.rsbrightcli
version1.0.2
sourcesrc
created_at2023-03-07 21:21:57.558526
updated_at2024-05-21 22:48:20.824899
descriptionUtil to change monitor brightness.
homepagehttps://crates.io/crates/brightcli
repositoryhttps://github.com/cacilhas/microcli/tree/master/brightcli
max_upload_size
id803942
size5,206
Montegasppα ℭacilhας (cacilhas)

documentation

README

BrightCLI

Util to change monitor brightness.

Build and install

cargo install brightcli

# Whithout the following commands, brightcli will be read-only:
sudo chown root ~/.cargo/bin/brightcli
sudo chmod u+s  ~/.cargo/bin/brightcli

Use

  • brightcli: returns current brightness
  • brightcli +: increments brightness and returns its new value
  • brightcli -: decrements brightness and returns its new value
Commit count: 230

cargo fmt