From 9c358f62d2392131e424750659131e24f9630520 Mon Sep 17 00:00:00 2001 From: Jacob Salmela Date: Tue, 8 Dec 2015 22:25:38 -0600 Subject: [PATCH] el cap support and version bump --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b8f96b8..05c05f1 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ OS Mavericks and [Yosemite](https://github.com/jasonpjohnson/NCutil/commit/3028e # Short Demo Video Modify Notification Center from the command line in OS X - + # 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. @@ -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. @@ -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) @@ -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 @@ -141,10 +141,14 @@ 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 @@ -152,7 +156,7 @@ If Do Not Disturb is **on** and you run a command that modifies a setting, Do No **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`