Skip to content

Instantly share code, notes, and snippets.

@EvanLovely
Last active June 30, 2019 20:01
Show Gist options
  • Select an option

  • Save EvanLovely/c6ea5b52a572595fac9f to your computer and use it in GitHub Desktop.

Select an option

Save EvanLovely/c6ea5b52a572595fac9f to your computer and use it in GitHub Desktop.

Revisions

  1. EvanLovely revised this gist Jan 10, 2015. 2 changed files with 0 additions and 0 deletions.
    File renamed without changes.
    File renamed without changes.
  2. EvanLovely renamed this gist Jan 10, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. EvanLovely renamed this gist Jan 10, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  4. EvanLovely revised this gist Jan 10, 2015. 1 changed file with 34 additions and 0 deletions.
    34 changes: 34 additions & 0 deletions readme.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,34 @@
    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:
    --
    ```

    - Source: [osx - Directory of URL Schemes for Mac Apps - Super User](http://superuser.com/a/499020)

  5. EvanLovely revised this gist Jan 10, 2015. 1 changed file with 0 additions and 33 deletions.
    33 changes: 0 additions & 33 deletions readme.md
    Original file line number Diff line number Diff line change
    @@ -1,33 +0,0 @@
    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:
    --
    ```

    - Source: [osx - Directory of URL Schemes for Mac Apps - Super User](http://superuser.com/a/499020)
  6. EvanLovely revised this gist Jan 10, 2015. 1 changed file with 33 additions and 0 deletions.
    33 changes: 33 additions & 0 deletions readme.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,33 @@
    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:
    --
    ```

    - Source: [osx - Directory of URL Schemes for Mac Apps - Super User](http://superuser.com/a/499020)
  7. EvanLovely created this gist Jan 10, 2015.
    1 change: 1 addition & 0 deletions show-url-schemes.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -dump | grep -B6 bindings:.*: