development
Oct 14
0
List custom URL Schemes in OS X
Sun, 10/14/2012 - 16:02 — peter
was playing around osx and figured out how to list all the custom url schemes (from the command-line)...
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -dump|egrep "(bindings.*\:$)"|sort
The output is something like this:
- peter's blog
- Login or register to post comments
