Skip to content

Instantly share code, notes, and snippets.

@GenjiApp
Created June 1, 2014 06:09
Show Gist options
  • Save GenjiApp/cfa14f2f46e352d9bf45 to your computer and use it in GitHub Desktop.
Save GenjiApp/cfa14f2f46e352d9bf45 to your computer and use it in GitHub Desktop.
OS Xの「このアプリケーションで開く」メニューのアイテム重複を修正する
#!/bin/sh
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain user
killall Finder
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment