A beautiful battery health monitor for your terminal πβ¨
A lightweight, zero-dependency CLI tool to monitor your laptop battery health, cycle count, temperature, and estimated lifespan with beautiful terminal graphics.
- π Battery Health Score - Visual health percentage with color coding (green/yellow/red)
- π Cycle Count - Track charge cycles vs. design limit
- π‘οΈ Temperature Monitor - Real-time battery temperature
- β±οΈ Time Estimates - Time to full charge / time remaining
- π Pretty Charts - ASCII progress bars
- π₯οΈ Cross-Platform - macOS & Linux support
- β‘ Zero Dependencies - Single binary, no runtime required
- π¨ Color Themes - Multiple color schemes (default, neon, dark, minimal)
curl -sSL https://github.com/zoe668668/cli-battery/releases/latest/download/cli-battery-darwin-arm64 -o cli-battery
chmod +x cli-battery
./cli-batterycurl -sSL https://github.com/zoe668668/cli-battery/releases/latest/download/cli-battery-linux-amd64 -o cli-battery
chmod +x cli-battery
./cli-battery# Basic usage - show battery status
cli-battery
# Watch mode - update every 5 seconds
cli-battery --watch
# JSON output for scripting
cli-battery --json
# Show with neon theme
cli-battery --theme neongit clone https://github.com/zoe668668/cli-battery.git
cd cli-battery
go build -o cli-battery .
./cli-batteryContributions are welcome! Please feel free to submit a Pull Request.
MIT License - see the LICENSE file for details.
β If this project helped you, please consider giving it a star! β
