Skip to content

Category: AppleScript

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