It is recommended that the ⚡️battery⚡️ of a device is between 45% and 80% to extend its life. This script alert if the battery exceeds certain percentage charge limits to maintain health. Only for MacOS.
Emacs Lisp 100.0%
Requirements
- Emacs or an Emacs Lisp compatible interpreter.
- MacOS.
Run
emacs --no-init-file --no-site-file --script macos-battery-alert-to-maintain-health.el
Cron
Automates to check every minute.
Open crontab
.
crontab -e
Add the following line. Be sure to change the path of the script.
* * * * * emacs --no-init-file --no-site-file --script macos-battery-alert-to-maintain-health.el
Description
MacOS alert if the battery exceeds certain percentage charge limits to maintain health.
Languages
Emacs Lisp
100%