Skip to content

Instantly share code, notes, and snippets.

@mauromorales
Created May 9, 2013 17:01
Show Gist options
  • Save mauromorales/5548852 to your computer and use it in GitHub Desktop.
Save mauromorales/5548852 to your computer and use it in GitHub Desktop.
Delete repeated apps that show up in AppleScript Editor's Open Dictionary
#source http://manski.net/2013/02/how-to-fix-multiple-items-in-the-open-with-menu-in-os-x/
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user && pkill Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment