Write AppleScript commands
Pro FeatureRun custom AppleScript to automate anything on your Mac.
3 steps
1
Add an AppleScript button
In the Deck Editor, click an empty cell and select "AppleScript" as the action.
2
Write your script
Enter your AppleScript code in the editor. You can control any scriptable app, manipulate files, show dialogs, and more.
Start simple: `tell application "Finder" to open home` or `set volume output volume 50`.
3
Test and save
Click "Test" to run the script on your Mac and verify it works. Then save the button.