https://github.com/pg8wood/shortcut-launcher
Proxies user input away from the Shortcuts app. Made with Vocable AAC’s head tracking implementation.
https://github.com/pg8wood/shortcut-launcher
combine-framework head-tracking shortcuts shortcuts-app swift-5-2 swiftui
Last synced: 2 months ago
JSON representation
Proxies user input away from the Shortcuts app. Made with Vocable AAC’s head tracking implementation.
- Host: GitHub
- URL: https://github.com/pg8wood/shortcut-launcher
- Owner: pg8wood
- Created: 2020-04-09T22:16:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T16:46:48.000Z (about 6 years ago)
- Last Synced: 2026-03-25T06:51:57.997Z (3 months ago)
- Topics: combine-framework, head-tracking, shortcuts, shortcuts-app, swift-5-2, swiftui
- Language: Swift
- Homepage:
- Size: 3.79 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shortcut-launcher
A test project that proxies user input outside of the Shortcuts app, adding potential for multi-modal user input. Inspired by and uses a head tracking implementation from [Vocable AAC](https://github.com/willowtreeapps/vocable-ios)'s multi-modal user interface.
# Features
### Import the user's shortcuts
Import shortcuts and allow the user to launch them from Shortcut Launcher.

### Proxy input away from Shortcuts
Bundles proxying logic and enables app-side or Shortcuts-side error handling into a premade shortcut that's easy to run from other shortcuts.
Includes sample shortcuts using the bundled shortcuts.
### Proxied error recovery
Allows the user to recover from a shortcut error in the proxied app. This is particularly useful when using the app in a hands-free configuration.
