An open API service indexing awesome lists of open source software.

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

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