How to remove duplicate entries from macOS Open with

This was bothering me a lot. So I did:

❯ /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user

❯ killall Finder

And, voila! Problem solved.

Leave a Reply