About 9,050 results
Open links in new tab
  1. Introduction to AppleScript Language Guide - Apple Developer

    Jan 25, 2016 · AppleScript Lexical Conventions describes the characters, symbols, keywords, and other language elements that make up statements in an AppleScript script. AppleScript Fundamentals …

  2. AppleScript - Wikipedia

    AppleScript is a scripting language created by Apple Inc. that facilitates automated control of Mac applications. First introduced in System 7, it is currently included in macOS in a package of …

  3. How to use AppleScript in macOS - AppleInsider

    Jun 12, 2023 · AppleScript is Apple's powerful automation language for macOS. Here's how to use it to speed up your workflow when using your Mac.

  4. AppleScript Fundamentals - Apple Developer

    Jan 25, 2016 · AppleScript and Objects AppleScript is an object-oriented language. When you write, compile, and execute scripts, everything you work with is an object. An object is an instantiation of a …

  5. AppleScript: Beginner's Tutorial - macosxautomation.com

    The AppleScript language is designed to be easily understandable, and has a syntax or grammatical structure similar to the one we use to create normal sentences. Scripts are written in the Script Editor …

  6. AppleScript (macOS) - Features

    Automate Ghostty on macOS with AppleScript. This guide covers the object model, available commands, and practical examples.

  7. AppleScript Editor - Wikipedia

    Script Editor (called AppleScript Editor from 2009 to 2014) is a code editor for the AppleScript and Javascript for Automation scripting languages, included in classic Mac OS and macOS.

  8. GitHub - kevin-funderburg/AppleScripts: My collection of AppleScripts …

    Atom Packages atom-applescript - adds language support to Atom so you can view AppleScript syntax build-osa - Lets you build and execute AppleScripts from Atom. Alfred Workflows AppScripts - List, …

  9. Introduction to AppleScript Language Guide This document is a guide to the AppleScript language—its lexical conventions, syntax, keywords, and other elements. It is intended primarily for use with …

  10. Getting Started with AppleScript. AppleScript is one of those …

    Apr 17, 2026 · AppleScript is one of those scripting languages that has been around forever but remains somewhat niche. It was designed to make macOS automation easy, yet many developers either …