node-osascript icon indicating copy to clipboard operation
node-osascript copied to clipboard

Use AppleScript from node

Results 3 node-osascript issues
Sort by recently updated
recently updated
newest added

i currently have the oascript of ``` on run {targetBuddyPhone, targetMessage} tell application "Messages" set targetService to 1st service whose service type = iMessage set targetBuddy to buddy targetBuddyPhone of...

It seems that both osavargen and osaparser have no support for the AppleScript "missing value". - osavargen translates JS `null` into an empty string, potentially cause syntax errors (e.g. JS...

Hi, The module "node-osascript" works perfectly under dev mode into an Electron project (with the command line `#electron .`), but after build it with electron-packager (with the command line `electron-packager...