Skip to content

Category: AppleScript

AEQuery 0.3

To Install: To update: Features Add plural form tracking and default pluralization support (matching AppleScript’s heuristic)Resolve nested <type> elements in SDEF property parsingDecode typeQDPoint and…

Comments closed

AEQuery

AEQuery I’ve released a new command-line tool called AEQuery. It queries scriptable macOS applications using XPath-like expressions, translating them directly into Apple Events. The short…

Comments closed

MarksLib

MarksLib is a collection of handlers for everyday operations that I find myself using in almost every script I write. There are tools for reading and writing text files, string substitution, converting between strings and arrays and more.

Comments closed

FancyDroplet

As a side project I am working on an improved AppleScript droplet shell. My goal is to create a better AppleScript droplet experience by providing a better UI for receiving dropped files and offering a way of picking files to process via integrated Spotlight document searching (you’ll recognize this as being based on Script Debugger’s Open Quickly feature). Additionally, I want to give droplet scripts an opportunity to clean up if the user stops or quits the script.

Comments closed