Skip to content

Commit

Permalink
el cap support and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsalmela committed Dec 9, 2015
1 parent 01ca5bd commit 9c358f6
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ OS Mavericks and [Yosemite](https://github.com/jasonpjohnson/NCutil/commit/3028e

# Short Demo Video
<a href="http://www.youtube.com/watch?feature=player_embedded&v=4mPsqD30eCY
" target="_blank"><img src="http://img.youtube.com/vi/4mPsqD30eCY/0.jpg"
" target="_blank"><img src="http://img.youtube.com/vi/4mPsqD30eCY/0.jpg"
alt="Modify Notification Center from the command line in OS X" width="600" height="400" border="0" /></a>


# Add and remove apps from Notification Center
Adding and removing apps is perfect for deploying software silently or having it pre-configured so the user doesn't have to do anything.
Expand Down Expand Up @@ -112,7 +112,7 @@ Apple has a lot of different apps that show notifications, which do not show up

- ```NCutil.py --remove-system-center```

## Remove `_SYSTEM_CENTER_` At Your Own Risk
## Remove `_SYSTEM_CENTER_` At Your Own Risk

To add a little more detail to the command above, the `_SYSTEM_CENTER_` entries are hidden from the GUI. Apple is obviously not expecting users to change any of those preferences (since there is no UI to do so) and so it would be prudent to not modify those. However, this utility lets you do that. You can do so *at your own risk*. Personally, I have had them turned off for a few weeks now without issue, but that doesn't mean it won't break later.

Expand All @@ -121,7 +121,7 @@ Additionally, if there were some sources you still wanted to have notification f
- ```NCutil.py -a banners _SYSTEM_CENTER_:com.apple.storeagent```
- ```NCutil.py -a banners _SYSTEM_CENTER_:com.apple.battery-monitor```

### Suppress Apple Update Notifications Like The "Free Yosemite Upgrade"
### Suppress Apple Update Notifications Like The "Free Yosemite Upgrade"
From what I can tell, these are the items you need to disable to [stop the Yosemite upgrade Notification](http://jacobsalmela.com/hide-free-yosemite-upgrade-notification-with-ncutil-py/).

![Hide the Free Yosemite Upgrade notification](http://i.imgur.com/Vw4VlJM.png)
Expand All @@ -131,7 +131,7 @@ From what I can tell, these are the items you need to disable to [stop the Yosem

Disabling the App Store Notifications may also help:

- ```NCutil.py --alerts none com.apple.maspushagent```
- ```NCutil.py --alerts none com.apple.maspushagent```

# Known Issues

Expand All @@ -141,18 +141,22 @@ If Do Not Disturb is **on** and you run a command that modifies a setting, Do No

# Changelog

**2.4**

- added support for OS X (10.11) El Capitan

**2.3**

- added `--get-show-on-lock-screen`
- added `--get-badge-app-icon`
- added `--get-badge-app-icon`
- added `--get-sound`
- added `--get-show-in-notification-center`
- reformatted help menu into groups of similar settings

**2.2**

- `--get-info` allows you to see what all the current settings are
- `--show-on-lock-screen` can now be set to `true` or `false`
- `--show-on-lock-screen` can now be set to `true` or `false`
- `--badge-app-icon` can now be set to `true` or `false`
- `--sound` can now be set to `true` or `false`
- `--show-in-notification-center` can now be set to `0`, `5`, `10` or `20`
Expand Down

0 comments on commit 9c358f6

Please sign in to comment.