PUBLIC   marks

PUBLIC MARKS with tag applescript

Sponsorised links

September 2008

July 2008

AppleScript: Scripting Bridge

by karlcow

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

by karlcow

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

by marco (via)
Apple should make JavaScript its default scripting language ?

April 2008

Retrieve a Remote File - by Email - Murphy Mac

by _Nico
récupérer un fichier par E-mail en applescript

Murphy Mac

by _Nico
Recupérer un fichier par E-mail en Applescript

iTunes Alarm Clock - Murphy Mac

by _Nico
Se réveiller avec iTunes avec un petit Applescript

The Tao of Mac - URL Trigger

by karlcow

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

by karlcow

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

by karlcow

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

by karlcow
When a Mac application is said to be scriptable, this usually means that it is scriptable through AppleScript

February 2007

appscript

by karlcow & 1 other
Appscript is a high-level, user-friendly Apple event bridge that allows you to control scriptable Mac OS X applications using ordinary Python scripts.

December 2006

November 2006

PimpMyCamino: Torrent Search Script for Camino ¤

by Neewok
This applescript searches Torrent Spy, Pirate Bay, isoHunt, Bittorrent, BTJunkie and Demonoid simultaneously, launching each site result as a separate tab. Can be installed either with the system wide applescipt menu, or within Camiscript.

PUBLIC TAGS related to tag applescript

no tag

Sponsorised links