I might be missing something but I couldn’t find a way to trigger shortcuts to make them useful. So for example, I’d love to have a shortcut that checked if I was still at work at 17:15 each day and tell me to leave (potentially after checking for train delays). It seemed from the developer intro I read about shortcuts this would be possible but it doesn’t seem like there’s an interface to wire up shortcuts to trigge…
Show HN: Python library to create Siri shortcuts
11–13 of 13 posts
Re: Show HN: Python library to create Siri shortcuts
#12I might be missing something but I couldn’t find a way to trigger shortcuts to make them useful. So for example, I’d love to have a shortcut that checked if I was still at work at 17:15 each day and tell me to leave (potentially after checking for train delays). It seemed from the developer intro I read about shortcuts this would be possible but it doesn’t seem like there’s an interface to wire up shortcuts to trigge…
Haven't tried it yet but the guide suggests you can run shortcuts on a recurring schedule. > You can use Siri to add shortcuts to the Reminders app, specifying shortcuts to be shown at a particular time or location. For example, you can schedule a reminder to run the Log Weight shortcut each morning, or to display the Home ETA shortcut when you depart from work. https://support.apple.com/guide/shortcuts/add-a-shortcu…
Re: Show HN: Python library to create Siri shortcuts
#13I might be missing something but I couldn’t find a way to trigger shortcuts to make them useful. So for example, I’d love to have a shortcut that checked if I was still at work at 17:15 each day and tell me to leave (potentially after checking for train delays). It seemed from the developer intro I read about shortcuts this would be possible but it doesn’t seem like there’s an interface to wire up shortcuts to trigge…
Without the checking for trains you could set this up with a reminder with time and location (“on arrival”), once you get the reminder its no big deal to trigger the shortcut (for checking trains etc) manually I guess?