| Crates.io | battls |
| lib.rs | battls |
| version | 0.1.0 |
| created_at | 2026-01-17 22:45:50.436496+00 |
| updated_at | 2026-01-17 22:45:50.436496+00 |
| description | A simple CLI utility that lists your battery information |
| homepage | https://github.com/dantehemerson/battls |
| repository | https://github.com/dantehemerson/battls |
| max_upload_size | |
| id | 2051365 |
| size | 77,494 |
A simple CLI utility that lists your battery information.
yay -S battlsMake sure you have a working Rust environment (Rust 1.70 or higher is recommended). See the install instructions.
Compiling battls is easy, simply run:
git clone https://github.com/dantehemerson/battls.git
cd battls
cargo build --release
Simply run the executable:
battls
/sys/class/power_supply/BAT*)Run the test suite:
cargo test
Got some feedback or suggestions? Please open an issue or drop me a note!