Difference between revisions of "Desktop scripting/AppleScript"

From Adam Meola - wiki
Jump to navigation Jump to search
(Created page with "==AppleScript== ==="AppleScript is a scripting language created by Apple. It allows users to directly control scriptable Macintosh applications, as well as parts of macOS its...")
 
Line 1: Line 1:
 
==AppleScript==
 
==AppleScript==
 +
(Mac only)
 +
==="AppleScript is a scripting language created by Apple. It allows users to directly control scriptable Macintosh applications, as well as parts of macOS itself. You can create scripts—sets of written instructions—to automate repetitive tasks, combine features from multiple scriptable applications, and create complex workflows."===
 +
 +
 +
This is the easiest or most accessible way for a user to script something in OSX.
 +
 +
This is usually done in "Script Editor" or "Automator"
  
==="AppleScript is a scripting language created by Apple. It allows users to directly control scriptable Macintosh applications, as well as parts of macOS itself. You can create scripts—sets of written instructions—to automate repetitive tasks, combine features from multiple scriptable applications, and create complex workflows."===
+
 
 +
Personally, I've used AppleScript extensively to create "Docklets"

Revision as of 15:33, 25 March 2021

AppleScript

(Mac only)

"AppleScript is a scripting language created by Apple. It allows users to directly control scriptable Macintosh applications, as well as parts of macOS itself. You can create scripts—sets of written instructions—to automate repetitive tasks, combine features from multiple scriptable applications, and create complex workflows."

This is the easiest or most accessible way for a user to script something in OSX.

This is usually done in "Script Editor" or "Automator"


Personally, I've used AppleScript extensively to create "Docklets"