-
Notifications
You must be signed in to change notification settings - Fork 25
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
Comments
I believe that this shortcut you're referring to is officially called "URL scheme". And it is already defined here: replete-ios/Replete/Info.plist Line 47 in 579bc5c
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... |
Not really, I’ve been referring to another type of integration
https://developer.apple.com/design/human-interface-guidelines/sirikit/overview/siri-shortcuts/
… On Feb 24, 2019, at 5:41 PM, Александар Симић ***@***.***> wrote:
I believe that this shortcut you're referring to is officially called "URL scheme". And it is already defined here: https://github.com/replete-repl/replete-ios/blob/579bc5c8302b9366bace844073b9cc89855e179a/Replete/Info.plist#L47
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...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
My bad, sorry about that |
This would be even more incredible now that Shortcuts is available on MacOS as well. |
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
The text was updated successfully, but these errors were encountered: