A terminal UI for managing power profiles on Acer Predator laptops.
- Switch between power profiles (quiet, balanced, performance)
- Visual indicator for the currently active profile
- Keyboard navigation
go install github.com/higorprado/predator-tui@latestOr build from source:
git clone https://github.com/higorprado/predator-tui.git
cd predator-tui
go build -o predator-tui./predator-tui| Key | Action |
|---|---|
↑/↓ |
Navigate profiles |
Enter |
Apply selected profile |
q/Esc |
Quit |
- Acer Predator laptop with platform profile support
- Linux with
/sys/firmware/acpi/platform_profileinterface
MIT