sudo vim /private/var/db/launchd.db/com.apple.launchd/overrides.plist
Add the following code,as entries like:
<key>com.macpaw.CleanMyMac-setapp.HealthMonitor</key>
<dict>
<key>Disabled</key>
<true/>
| // No TypeScript | |
| function add(a, b) { | |
| return a + b; | |
| } | |
| // Type function arguments | |
| // vvvvvv vvvvvv | |
| function add(a: number, b: number) { | |
| return a + b; | |
| } | 
| attribute float direction; | |
| attribute vec2 distances; | |
| attribute float vertexThickness; | |
| attribute vec3 nextPosition; | |
| attribute vec3 previousPosition; | |
| varying vec2 vUv; | |
| const bool miter = false; | |
| const float miterLimit = 8.0; | 
sudo vim /private/var/db/launchd.db/com.apple.launchd/overrides.plist
Add the following code,as entries like:
<key>com.macpaw.CleanMyMac-setapp.HealthMonitor</key>
<dict>
<key>Disabled</key>
<true/>
These use separate document structures instead of HTML, some are more modular libraries than full editors
| % brew install gifsicle | |
| # modify colors as needed, it will warn you if you specify more than necessary | |
| % gifsicle --colors 128 -O3 -o output.gif input.gif |