https://github.com/jwerle/suri
Set and get application URI schemes for OS X
https://github.com/jwerle/suri
Last synced: over 1 year ago
JSON representation
Set and get application URI schemes for OS X
- Host: GitHub
- URL: https://github.com/jwerle/suri
- Owner: jwerle
- License: mit
- Created: 2014-09-05T17:19:49.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-05T18:44:38.000Z (almost 12 years ago)
- Last Synced: 2025-01-17T01:05:39.258Z (over 1 year ago)
- Language: Objective-C
- Size: 152 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
suri(1)
=====
Set and get application URI schemes for OS X
## install
```sh
$ clib install jwerle/suri
```
## usage
`suri(1)` will set or get an application uri.
```sh
usage: suri [-hV]
```
## example
You can get an application by a URI by simply just prodiving the uri as
an argument.
```sh
$ suri spotify
file:///Applications/Spotify.app/
```
```sh
$ suri mailto
file:///Applications/Mail.app/
```
You can set an applications URI by prodiving a `scheme` and a
`application` argument to `suri(1)`.
```sh
$ suri slack Slack
Setting scheme `slack' for application bundle `com.tinyspeck.slackmacgap'
$ open slack:
```
## license
MIT