5 releases

0.2.4 Jun 4, 2019
0.2.3 May 30, 2019
0.2.1 Mar 13, 2019
0.1.5 Mar 11, 2019

#510 in Operating systems

Apache-2.0 OR MIT

86KB
881 lines

battop

Latest Version Build Status dependency status Apache 2.0 OR MIT licensed

battop is an interactive viewer, similar to top, htop and other *top utilities, but about the batteries installed in your notebook.

Screenshot

Features

  • Cross-platform (Linux, MacOS, FreeBSD and DragonflyBSD are supported and Windows is on the way)
  • Supports multiple batteries in case your notebook have them
  • It is free
  • Usually it just works!

battop 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!

Installation

Arch linux

Install package from AUR with your favorite AUR helper:

$ yay -S battop

From sources

Clone the repo and run

$ cargo build --release

Other

Prebuilt binaries for Linux, FreeBSD and MacOS can be downloaded from the GitHub releases page.

Usage

Simply running the battop 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 battop -h command to see the additional available options.

License

battop is double-released under the Apache License, Version 2.0 or the MIT License.

Donations

If you appreciate my work and want to support me, you can do it here

Dependencies

~7MB
~137K SLoC