Quantcast
Channel: Geert JM Vanderkelen » applescript
Browsing latest articles
Browse All 3 View Live

Renaming a file using AppleScript

The following AppleScript function renames a file. If you thought this to be a simple thing, try to write it without looking here below. I spend a lot time on this, I might not even use it, but here it...

View Article


Splitting as string and joining a list using AppleScript

Two small helper AppleScript functions for joining a list and splitting a string given delimiter. Sure, quite an easy task, but it involves setting a global delimiter. Bit like FS in shell. I hope this...

View Article


AppleScript exporting photos from Aperture

The following AppleScript will: Prompt for a destination folder Ask for an album name, which will be a folder in destination folder Get currently selected photo(s) from Aperture Store the image files...

View Article
Browsing latest articles
Browse All 3 View Live