Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 717 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 717 Bytes

AppleScripts

A small repo to keep track of Applescripts that I've worked on.

Running the Scripts

Running in the terminal

git clone git@github.com:therynamo/AppleScripts.git

# Note: you can use any file in this repo, not just `orientation`
osascript -l JavaScript orientation.jxa

Running in VS Code

I recommend downloading AppleScript, an extension for VS Code that has good syntax highlighting and allows you to run in the IDE.

Open up this repository using VS Code, open a file, hit Option + Shift + R to build and run the Applescript.

Contributing

Submit PRs to the repo, I'll be happy to review.