spawn-applescript
TypeScript icon, indicating that this package has built-in type declarations

7.0.1 • Public • Published

spawn-applescript

Run AppleScript and get the result.

This is a fork of run-applescript that uses spawninstead of exec. Which guards against [ERR_CHILD_PROCESS_STDIO_MAXBUFFER] errors when large stdoutput buffers are encounted.

The original runAppleScript and runAppleScriptSync functions can also be called using execAppleScript and execApplescriptSync respectively.

Package Sidebar

Install

npm i spawn-applescript

Weekly Downloads

3

Version

7.0.1

License

MIT

Unpacked Size

5.5 kB

Total Files

5

Last publish

Collaborators

  • evanagain