PUBLIC   marks

PUBLIC MARKS with tag applescript

Sponsorised links

2009

Juri Pakaste - The Blog

by karlcow

Although the tools work, there's a downside compared to iPhoto's built-in Flickr support. iPhoto has wonderful geotagging support, as does Flickr, but iPhoto doesn't write the data to EXIF tags and that poses a problem for the tools. Uploadr reads just the files and so never sees the data, and apparently iPhoto doesn't provide the data to FlickrExport, either. The result is that Flickr won't know the locations of the photos.

NodeBox Research | Photoshop Scripting

by karlcow

To script Photoshop (or any Mac OS X application that uses apple scripting) using Python, you need appscript. Appscript is a wrapper around Applescript and provides an (almost) intuitive OO-approach to scripting. You can compile it yourself, or use my precompiled package. To install the precompiled package, unpack it in /Library/Python/2.3 . There should now be a couple of folders and files: aem, appscript, HTMLTemplate.py and HTMLTemplate.pyc, LaunchServices, osaterminology and osax.

XDroplets

by ycc2106
A collection of Applescript droplets to launch your X11 programs from the Finder.

Sponsorised links

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.

Red Sweater Blog - Apple's Script

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

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:

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

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

PUBLIC TAGS related to tag applescript

no tag

Sponsorised links