diff --git a/README.md b/README.md index cf5ddbe..001fffa 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,16 @@ CLI for managing the battery charging status for M1 Macs. Can be used to enable/disable the Macbook from charging the battery when plugged into power. +The idea is to make it possible to keep a chronically plugged in Macbook at for example `80%` battery, since that will prolong the longevity of the battery. + +After running `battery charging off` you can verify the change visually by looking at the battery icon: + +![Battery not charging](./screenshots/not-charging-screenshot.png) + +After running `battery charging on` you will see it change to this: + +![Battery charging](./screenshots/charging-screenshot.png) + ## Installation One-line installation: @@ -18,4 +28,4 @@ This will: ## Usage -For help, run `battery` without parameters. \ No newline at end of file +For help, run `battery` without parameters. diff --git a/screenshots/charging-screenshot.png b/screenshots/charging-screenshot.png new file mode 100644 index 0000000..fcfa225 Binary files /dev/null and b/screenshots/charging-screenshot.png differ diff --git a/screenshots/not-charging-screenshot.png b/screenshots/not-charging-screenshot.png new file mode 100644 index 0000000..9efd5e6 Binary files /dev/null and b/screenshots/not-charging-screenshot.png differ