Crates.io | batmon |
lib.rs | batmon |
version | 0.0.1 |
source | src |
created_at | 2024-05-08 23:43:33.231887 |
updated_at | 2024-05-08 23:43:33.231887 |
description | Interactive batteries viewer |
homepage | https://github.com/6543/batmon |
repository | https://github.com/6543/batmon |
max_upload_size | |
id | 1234727 |
size | 85,800 |
batmon
is an interactive viewer, similar to top
, htop
and other *top utilities, but about the batteries installed in your notebook.
It was forked of https://github.com/svartalf/rust-battop.
batmon
is backed by a Rust crate battery which provides unified cross-platform information about system batteries.
Check it out, if you want to gather the same information for your application!
Install package from AUR with your favorite AUR helper:
$ yay -S batmon
Clone the repo and run
$ cargo build --release
Prebuilt binaries for Linux, FreeBSD and MacOS can be downloaded from the GitHub releases page.
Simply running the batmon
command in your terminal should do the thing.
Left and right arrows can be used to switch between different system batteries (if available).
Run the batmon -h
command to see the additional available options.