Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Siri shortcuts #127

Open
Alexx-G opened this issue Feb 24, 2019 · 4 comments
Open

Support for Siri shortcuts #127

Alexx-G opened this issue Feb 24, 2019 · 4 comments

Comments

@Alexx-G
Copy link

Alexx-G commented Feb 24, 2019

Since iOS 12, shortcuts have been added to iOS as a kind of automation tool. It's quite powerful because it offers even third-party integrations, control flow, some basic scripting.

It would be really nice to be able to invoke a cljs script withing a shortcut.
I've seen that there's a similar feature supported for a Python app, I think replete would fit perfectly in this use case.

screenshot

@dotemacs
Copy link
Contributor

I believe that this shortcut you're referring to is officially called "URL scheme". And it is already defined here:

<string>replete</string>

You can see that it works if you type in replete:// in Safari browser, it'll open Replete.

The code for handling the actions, arguments and so on, is what is required...

@Alexx-G
Copy link
Author

Alexx-G commented Feb 24, 2019 via email

@dotemacs
Copy link
Contributor

My bad, sorry about that

@zane
Copy link

zane commented Nov 14, 2021

This would be even more incredible now that Shortcuts is available on MacOS as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants