-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
215 additions
and
661 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
bat v%s - Manage battery charge limit | ||
Repo: github.com/pepa65/bat | ||
Usage: bat <option> | ||
Options (every option except 's[tatus]' needs root privileges): | ||
[s[tatus]] Display charge level, limit, health & persist status. | ||
l[imit] <int> Set the charge limit to <int> percent. | ||
p[ersist] Install and enable the persist systemd unit files. | ||
r[emove] Remove the persist systemd unit files. | ||
h[elp] Just display this help text. | ||
v[ersion] Just display version information. |
Oops, something went wrong.