- Designed for 10.9+
- Goodbye is a MacForge Plugin to make all applications quit when the last window closes
- Author: MacEnhance
- All applications will quit when the last window closes
- To add an app the blacklist
- Find the bundle ID of the application you want to blacklist. EG:
com.googlecode.iterm2
- Open
/System/Applications/Utilities/Terminal.app
- Enter the command
defaults write com.googlecode.iterm2 GoodbyeBlacklist -bool true
- Restart the application
- To remove an app, replace
true
withfalse
Pretty much the BSD license, just don't repackage it and call it your own please!
Also if you do make some changes, feel free to make a pull request and help make things more awesome!