https://github.com/gkeep/laptopctl
Control your laptop's hidden features with ease
https://github.com/gkeep/laptopctl
laptop lenovo lenovo-ideapad rust
Last synced: 8 months ago
JSON representation
Control your laptop's hidden features with ease
- Host: GitHub
- URL: https://github.com/gkeep/laptopctl
- Owner: gkeep
- License: gpl-3.0
- Created: 2019-12-31T07:29:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T06:01:13.000Z (over 5 years ago)
- Last Synced: 2025-01-01T22:31:01.019Z (9 months ago)
- Topics: laptop, lenovo, lenovo-ideapad, rust
- Language: Rust
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# laptopctl
### Description
Control your laptop's hidden features. **Right now following features are supported**:* Toggle CPU Turbo Boost:
* Long option: `--no_turbo`
* Short option: `-t`
* Toogle battery Conservation Mode (*for now, supports Lenovo Ideapads only*):
* Long option: `--conservation_mode`
* Short option `-c`
* See if a feature is enabled or not: `laptopctl [OPTION] status`#### Usage examples
`sudo laptopctl --no_turbo enable``laptopctl -c disable`
`laptopctl -t status`
## License
Licensed under GNU General Public License v3.0. See [LICENSE](https://github.com/gkeep/laptopctl/blob/master/LICENSE) for more information.