Open kirb opened 3 years ago
Just saw your email, thank you so much! I actually also just ran into something else that partially made me ask this in the first place; if I could make a feature request, would it be possible to enable these actions to be run from an Apple Watch and push the command to the paired phone (for example, if my phone's unresponsive, run a Shortcut on my watch that sends killall -9 backboardd
to my phone).
I know there are a lot of things to consider regarding this (especially since you're still working on getting these implemented in the first place) or even if this possible from a technical standpoint but if this could be taken a look at some time down the road that'd be great!
Also, I know that some Actions can't be run on Apple Watch: for example, the Get Clipboard action can't be run (I'm not sure exactly what decides this though). If you open a Shortcut → ⋮ it'll say below the Show on Apple Watch toggle which actions in that Shortcut can't be run.
if my phone's unresponsive, run a Shortcut on my watch that sends
killall -9 backboardd
to my phone.
This is a good idea, I also want this
Shortcut integration workaround:
Implement a shortcut to execute a script:
Think about how we can do this securely to avoid abuse, such as a user downloading a malicious shortcut and executing it without checking its contents first. e.g. Require the user to flick a switch to enable shortcuts first.