Sponsorised links
September 2008
July 2008
AppleScript: Scripting Bridge
Mac OS X v.10.5 includes a new framework called Scripting Bridge that enables common languages, such as Ruby, Python, and Objective-C, to easily send Apple Events to scriptable applications.
AppleScript: Unicode Support
AppleScript is now entirely Unicode-based. Comments and text constants in scripts may contain any Unicode characters, and all text processing is done in Unicode, so all characters are preserved correctly regardless of the user’s language preferences.
Sponsorised links
June 2008
Red Sweater Blog - Apple's Script
April 2008
Mac Automation: create a Mail-triggered "spy cam" - The Unofficial Apple Weblog (TUAW)
Retrieve a Remote File - by Email - Murphy Mac
The Tao of Mac - URL Trigger
grab the current URL and other page information from Safari or Camino and paste it somewhere.
The Tao of Mac - Regarding AppleScript on Mail.app and RSS Items
to build a trivial little AppleScript to invoke my Python script straight from Mail.app, based on the premise that the numeric part of the filename is actually unique on Mail’s filesystem tree and that it matches the message id that you can (quite trivially) obtain in a script such as:
December 2007
August 2007
Extraire les adresses mails de l'AddressBook
osascript -e 'tell application "Address Book" to get the value of every email of every person' | perl -pe 's/, /n/g' | sort | uniq | pbcopy
May 2007
MacDevCenter.com: Replacing AppleScript with Ruby
February 2007
December 2006
November 2006
