jwerle / suri

Set and get application URI schemes for OS X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

suri(1)

Set and get application URI schemes for OS X

install

$ clib install jwerle/suri

usage

suri(1) will set or get an application uri.

usage: suri [-hV] <scheme> <application>

example

You can get an application by a URI by simply just prodiving the uri as an argument.

$ suri spotify
file:///Applications/Spotify.app/
$ suri mailto
file:///Applications/Mail.app/

You can set an applications URI by prodiving a scheme and a application argument to suri(1).

$ suri slack Slack
Setting scheme `slack' for application bundle `com.tinyspeck.slackmacgap'
$ open slack:

license

MIT

About

Set and get application URI schemes for OS X

License:MIT License


Languages

Language:Objective-C 95.2%Language:C 4.8%