10 releases (3 stable)

1.0.2 May 21, 2024
1.0.1 Apr 10, 2024
1.0.0 Jun 6, 2023
0.1.7 Jun 6, 2023
0.1.5 Mar 31, 2023

#235 in Unix APIs

Download history 1/week @ 2024-06-07 16/week @ 2024-06-28 99/week @ 2024-07-05 14/week @ 2024-07-19 73/week @ 2024-07-26

700 downloads per month

BSD-3-Clause

6KB
99 lines

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

No runtime deps