#battery #cli #linux #rsacpi

app rsacpi

A simple command-line tool with no dependencies to display battery, ac, and thermal information on Linux

5 releases

Uses new Rust 2024

new 0.4.3 May 4, 2025
0.4.2 Apr 24, 2025
0.3.0 Apr 15, 2025
0.2.3 Apr 12, 2025

#1016 in Command line utilities

Download history 228/week @ 2025-04-09 296/week @ 2025-04-16 142/week @ 2025-04-23 150/week @ 2025-04-30

816 downloads per month

MIT license

17KB
379 lines

rsacpi is the (rust) small and clumsy power information tool

It is a simple command-line tool for Linux to display battery, ac, and thermal information contained in sys/class

Options:

  • -b, --battery: Battery information
  • -i, --health: Battery health
  • -t, --thermal: temperatures from all thermal zones
  • -a, --ac: AC adapter status
  • -e, --everything: all available information
  • -h, --help: command-line options
  • -v, --version: version and license information

No runtime deps