Skip to content

Instantly share code, notes, and snippets.

@EvanLovely
Last active June 30, 2019 20:01
Show Gist options
  • Star 40 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save EvanLovely/c6ea5b52a572595fac9f to your computer and use it in GitHub Desktop.
Save EvanLovely/c6ea5b52a572595fac9f to your computer and use it in GitHub Desktop.

Run this command on Mac OS X to see all url schemes registered.

Example Output

http://git.io/CVfUew --
		name:          Stacktrace
		rank:          Default
		reqCaps:
		roles:         Editor
		flags:         url-type
		icon:
		bindings:      webstorm:
--
		name:          URLHandlerMarked
		rank:          Default
		reqCaps:
		roles:         Viewer
		flags:         url-type
		icon:
		bindings:      marked:
--
		name:          coderunner URL
		rank:          Default
		reqCaps:
		roles:         Viewer
		flags:         url-type
		icon:
		bindings:      coderunner:
--
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -dump | grep -B6 bindings:.*:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment