Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loshz/chargectl
[MIRROR] Daemon for managing charge thresholds on modern Linux machines.
https://github.com/loshz/chargectl
Last synced: 25 days ago
JSON representation
[MIRROR] Daemon for managing charge thresholds on modern Linux machines.
- Host: GitHub
- URL: https://github.com/loshz/chargectl
- Owner: loshz
- License: mit
- Created: 2023-10-11T16:28:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-11T17:51:31.000Z (7 months ago)
- Last Synced: 2024-04-11T19:22:13.599Z (7 months ago)
- Language: Rust
- Homepage: https://git.sr.ht/~loshz/chargectl
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chargectl
[![builds.sr.ht status](https://builds.sr.ht/~loshz/chargectl.svg)](https://builds.sr.ht/~loshz/chargectl?) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue)](LICENSE)CLI for managing charge thresholds on modern Linux machines. Inspired by [TLP](https://linrunner.de/tlp/).
## Usage
```
$ chargectl --help
Manage charge thresholds on modern Linux machinesUsage: chargectl
Commands:
full Set thresholds to enable immediate charging until full
get Get the current start and stop thresholds for a given battery
set Set start and stop charge thresholds for a given batteryOptions:
-h, --help Print help
-V, --version Print version
```### systemd
An example service unit can be found [here](./extra/chargectl.service). You may need to modify the `ExecStart` path depending on your installation configuration.