A CLI tool to get the battery percentage
- Mac OS X & Linux - Homebrew 🍺
- Run
brew tap hakky54/homebrew-apps && brew install senzu
- Run
- Linux - Debian/Ubuntu (apt) 📦
- Run
sudo add-apt-repository ppa:hakky554/apps && sudo apt update && sudo apt install senzu
- Run
- Linux & Windows
- Download the latest binary here: Releases
Build native executable
Minimum requirements:
- GraalVM 17 with Native Image
- Maven
- Terminal
Additional OS specific requirements
- Linux:
sudo apt-get update && sudo apt-get install build-essential libz-dev zlib1g-dev -y - Mac:
xcode-select --install - Windows: Visual Studio app
mvn clean install -Pnative-image \
&& ./target/senzu
The os native executable binary will be available under the target directory having the file name senzu
Build java fat jar
Minimum requirements:
- Java 8
- Maven
- Terminal
mvn clean install \
&& java -jar target/senzu.jar
The fat jar will be available under the target directory having the file name senzu.jar
There are plenty of ways to contribute to this project:
- Give it a star
- Make a donation through GitHub or open collective
- Submit a PR
