Run OSA Script
is a plugin that allows you to run arbitrary OSA language scripts (AppleScript and JavaScript for automation). It's based on the plugin streamdeck-applescript
but this one has been rewritten from the scratch to update it to the Stream Deck SDK v2.
- code written in Objective-C
- macOS only
- executes AppleScript scripts
- executes JXA (JavaScript for automation) scripts
In the Release folder, you can find the file com.gabrielperales.osascript.streamDeckPlugin
. If you double-click this file on your machine, Stream Deck will install the plugin.
The Sources folder contains the source code of the plugin.
var code = Application('Visual Studio Code');
code.activate();