Add case uses

This commit is contained in:
Eduard Tolosa 2019-03-30 23:41:36 +00:00
parent 41a3987625
commit 77d31cef97

View file

@ -2,6 +2,10 @@ powerman - Power Management framework for Linux written in Rust.
It project is being writen, not ready for use yet. It project is being writen, not ready for use yet.
# What are the use-cases?
When you want to avoid your laptop full discharging and losing your not-saved work, losing your BIOS/system time. Some laptoos doesn't send udev events when your battery is discharging, then rules doesn't work. powerman allow you to do it work easily, see the usage.
# Usage # Usage
`$ powerman <Minimun level of battery before ation> <Time in seconds to check the battery level> <Action>` `$ powerman <Minimun level of battery before ation> <Time in seconds to check the battery level> <Action>`