Skip to content

Instantly share code, notes, and snippets.

@lgw4
Last active June 8, 2022 15:53
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgw4/9402384 to your computer and use it in GitHub Desktop.
Save lgw4/9402384 to your computer and use it in GitHub Desktop.
Remove duplicate application entries in Open With contextual menu.
#!/usr/bin/env sh
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain user
echo "Open With contextual menu has been rebuilt; Finder will relaunch now."
killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment