jacobsalmela / NCutil

Notification Center utility- Add/remove apps, set alert styles, suppress App store notifications
GNU General Public License v2.0
171 stars 18 forks source link

Rename options for readability and consistency; allow some options to operate on multiple bundleids #8

Closed gregneagle closed 9 years ago

gregneagle commented 9 years ago

--getalertstyle is now --get-alert-style; --alertstyle is now --alert-style as requested.

You can now specify more than one bundle_id for --insert, --remove, and --alert-style: ./NCutil.py --alert-style banners com.skype.skype org.mozilla.firefox

You can do multiple operations in one invocation (not that many people would do this, but at least it doesn't do anything wrong or unexpected if you try): ./NCutil.py --alert-style banners com.skype.skype org.mozilla.firefox --remove ch.sudo.cyberduck com.vmware.fusion

jacobsalmela commented 9 years ago

Your mad skills continue to impress. I will update the README to reflect the changes.