streamdeck-applescript
streamdeck-applescript copied to clipboard
A Stream Deck plugin for running arbitrary Applescript code
Phew. Bought a Stream Deck to help out with managing multiple online meeting tools as my MacBook sits on a shelf and some physical keys are always a bonus. I...
We write a lot of AppleScript to access internet (call REST APIs or JavaScript Library on CDN). The AppleScript launched from streamdeck-applescript can not access internet resources directly. https://www.youtube.com/watch?v=7MEM8uKMHjE https://www.youtube.com/watch?v=G32TyEp4yf0
I can't figure out how to get notifications working from the Applescript. Any ideas as to what to try?
Will pull this into main branch when I do the full SDK update
As far as I can see, you use sendToPlugin/sendToPropertyInspector for the communication between the Property Inspector and the plugin. You could simplify this code but using the setSettings API: -...
There are some debug NSLog in the plugin that should be removed: - NSLog(@"tempFile value: %@", tempFile); - NSLog(@"willAppear: %@", payload); If you want to log some information, you should...
The plugin is using the v1 version of the SDK. You should update it to use v2: - in the manifest.json, add "SDKVersion": 2, - update the common files from...
The plugin actually works great, but I wanted report that the meta info that appears in the More Actions dialog of Stream Deck is still showing as Apple Mail. I...
This plugin does not show up in StreamDeck 6.0.1. No difference if the StreamDeck app is run in Apple Silicon native mode or with Rosetta 2 translation.