Skip to content

Commit

Permalink
refactor, proper systemd targets
Browse files Browse the repository at this point in the history
  • Loading branch information
pepa65 committed Sep 26, 2023
1 parent ac94533 commit 1044b78
Show file tree
Hide file tree
Showing 7 changed files with 215 additions and 661 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
[![GoDoc](https://godoc.org/github.com/pepa65/bat?status.svg)](https://godoc.org/github.com/pepa65/bat)
![Continuous Integration](https://github.com/pepa65/bat/actions/workflows/ci.yaml/badge.svg)

# bat v0.9.1
# bat v0.10.0
**Manage battery charge limit**

* Repo: github.com/pepa65/bat
* After: github.com/tshakalekholoane/bat
* License: MIT
* Required: Linux-5.4+ systemd-244+
* Required: Linux-5.4-rc1+ systemd-244+

```
bat v0.9.1 - Manage battery charge limit
bat v0.10.0 - Manage battery charge limit
Repo: github.com/pepa65/bat
Usage: bat <option>
Options (every option except 's[tatus]' needs root privileges):
Expand Down
10 changes: 10 additions & 0 deletions help.tmpl
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.
Loading

0 comments on commit 1044b78

Please sign in to comment.