snippetbashTip
bclm — Set a custom charge limit on MacBooks. More information: <https://github.com/zackelia/bclm#usage>.
Viewed 0 times
bclmlimitcommandclicustommacbookssetcharge
macos
Problem
How to use the
bclm command: Set a custom charge limit on MacBooks. More information: <https://github.com/zackelia/bclm#usage>.Solution
bclm — Set a custom charge limit on MacBooks. More information: <https://github.com/zackelia/bclm#usage>.Set the charge limit to about 80% (for Intel machines, the battery charge level may be slightly lower than the set value):
sudo bclm write {{77}}Read the current charge limit:
bclm readKeep the charge limit after rebooting/smc reset:
sudo bclm persistRemove the persistent charge limit:
sudo bclm unpersistCode Snippets
Set the charge limit to about 80% (for Intel machines, the battery charge level may be slightly lower than the set value)
sudo bclm write {{77}}Read the current charge limit
bclm readKeep the charge limit after rebooting/smc reset
sudo bclm persistRemove the persistent charge limit
sudo bclm unpersistContext
tldr-pages: osx/bclm
Revisions (0)
No revisions yet.