-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
godly-devotion
committed
May 28, 2020
1 parent
38e0624
commit bc8a018
Showing
1 changed file
with
9 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
# charge-limiter | ||
Set charge limit for MacBooks. | ||
|
||
## Description | ||
|
||
This utility is written in Javascript Application Scripting (or JXA) using Apple's Script Editor. | ||
|
||
The source code can be viewed by opening `src/charge-limiter.app` in Script Editor. This file is different from the `charge-limiter.app` provided in the [release](https://github.com/godly-devotion/charge-limiter/releases) page. | ||
|
||
The companion `smcutil` binary was copied from [this repository](https://github.com/sicreative/BatteryStatusShow/blob/master/BatteryStatusShow/smcutil/Products/usr/local/bin/smcutil). The source code for `smcutil` is also available there. | ||
|
||
## Releases | ||
Download the latest version from the [releases](https://github.com/godly-devotion/charge-limiter/releases) page. |