Skip to content

Commit

Permalink
Change app name to Title Case
Browse files Browse the repository at this point in the history
  • Loading branch information
godly-devotion committed May 31, 2020
1 parent f2de37e commit afc7243
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# charge-limiter
# Charge Limiter

Set charge limit for MacBooks.

## Description

This app modifies a parameter called `BCLM` (presumably "Battery Charging Level Max") in the SMC which limits the charge of the battery to a set value.

The source code can be viewed by opening `src/charge-limiter.app` in Apple's Script Editor. It is written in Javascript Application Scripting (or JXA).
The source code can be viewed by opening `src/Charge Limiter.app` in Apple's Script Editor. It is written in Javascript Application Scripting (or JXA).

The companion `smcutil` binary (located under `src/charge-limiter.app/Contents/Resources`) 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.
The companion `smcutil` binary (located under `src/Charge Limiter.app/Contents/Resources`) 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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<key>bundleDividerCollapsed</key>
<false/>
<key>bundlePositionOfDivider</key>
<real>1154</real>
<real>1031</real>
<key>dividerCollapsed</key>
<false/>
<key>eventLogLevel</key>
Expand All @@ -66,7 +66,7 @@
<key>positionOfDivider</key>
<real>468</real>
<key>savedFrame</key>
<string>293 272 1453 705 0 0 1920 1177 </string>
<string>0 84 1280 693 0 0 1280 777 </string>
<key>selectedTab</key>
<string>log</string>
</dict>
Expand Down
File renamed without changes.
Binary file not shown.

0 comments on commit afc7243

Please sign in to comment.