Skip to content

Instantly share code, notes, and snippets.

@singularitti
Last active May 22, 2023 05:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save singularitti/a132fe43e062de1e603c1c1f2e55e593 to your computer and use it in GitHub Desktop.
Save singularitti/a132fe43e062de1e603c1c1f2e55e593 to your computer and use it in GitHub Desktop.
Show "Quit Finder" Menu Item #macOS #Finder
# Makes possible to see Finder menu item "Quit Finder" with default shortcut Cmd + Q.
# Enable
defaults write com.apple.finder QuitMenuItem -bool true && killall Finder
# Disable (Default)
defaults write com.apple.finder QuitMenuItem -bool false && killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment