https://github.com/Hakky54/senzu
🫘 A CLI tool to get the battery percentage
https://github.com/Hakky54/senzu
Last synced: 12 days ago
JSON representation
🫘 A CLI tool to get the battery percentage
- Host: GitHub
- URL: https://github.com/Hakky54/senzu
- Owner: Hakky54
- License: apache-2.0
- Created: 2025-01-20T13:13:46.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-10-20T05:14:03.000Z (about 2 months ago)
- Last Synced: 2025-10-25T15:44:04.310Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 609 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-cli-apps-in-a-csv - senzu - CLI tool to get the battery percentage. (<a name="monitor"></a>System monitoring)
- awesome-cli-apps - senzu - CLI tool to get the battery percentage. (<a name="monitor"></a>System monitoring)
README
[](https://github.com/Hakky54/senzu/actions)
[](https://sonarcloud.io/dashboard?id=io.github.hakky54%3Asenzu)
[](https://github.com/Hakky54/sslcontext-kickstart/blob/master/LICENSE)
# Senzu 🫘
A CLI tool to get the battery percentage
## Demo

## Installing
- Mac OS X - Homebrew 🍺
- Run `brew tap hakky54/senzu && brew install senzu`
- Linux & Windows
- Download the latest binary here: [Releases](https://github.com/Hakky54/senzu/releases)
## Build locally
Build native executable
**Minimum requirements:**
1. GraalVM 17 with Native Image
2. Maven
3. 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
```text
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:**
1. Java 8
2. Maven
3. Terminal
```text
mvn clean install \
&& java -jar target/senzu.jar
```
The fat jar will be available under the target directory having the file name `senzu.jar`
## Contributing
There are plenty of ways to contribute to this project:
* Give it a star
* Make a donation through [GitHub](https://github.com/sponsors/Hakky54) or [open collective](https://opencollective.com/hakky54)
* Submit a PR