Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoshuawuyts/power-warn
Warn on low power level.
https://github.com/yoshuawuyts/power-warn
Last synced: 7 days ago
JSON representation
Warn on low power level.
- Host: GitHub
- URL: https://github.com/yoshuawuyts/power-warn
- Owner: yoshuawuyts
- License: apache-2.0
- Created: 2018-06-25T17:23:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T02:24:17.000Z (over 3 years ago)
- Last Synced: 2024-10-04T14:19:08.108Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 508 KB
- Stars: 42
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# power-warn
[![crates.io version][1]][2] [![build status][3]][4]
[![downloads][5]][6] [![docs.rs docs][7]][8]Send notifications when your computer is running low on power.
- [Documentation][8]
- [Crates.io][2]## Screenshot
![screenshot of power-warn in action](./assets/screenshot.png)## Usage
```txt
power-warn 1.0.0
Yoshua Wuyts
Warn on low power levelUSAGE:
power-warnFLAGS:
-h, --help Prints help information
-V, --version Prints version information
```## License
[MIT](./LICENSE-MIT) OR [Apache-2.0](./LICENSE-APACHE)[1]: https://img.shields.io/crates/v/power-warn.svg?style=flat-square
[2]: https://crates.io/crates/power-warn
[3]: https://img.shields.io/travis/yoshuawuyts/power-warn.svg?style=flat-square
[4]: https://travis-ci.org/yoshuawuyts/power-warn
[5]: https://img.shields.io/crates/d/power-warn.svg?style=flat-square
[6]: https://crates.io/crates/power-warn
[7]: https://docs.rs/power-warn/badge.svg
[8]: https://docs.rs/power-warn