Skip to content

Instantly share code, notes, and snippets.

@guillem
Created January 13, 2013 12:37
Show Gist options
  • Save guillem/4523866 to your computer and use it in GitHub Desktop.
Save guillem/4523866 to your computer and use it in GitHub Desktop.
This single line of shell code (just type it in a Terminal window and press enter) will clean up your "Open With..." menu. It will leave one single entry for each application. It's totally safe, with no side effects.
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment