PUBLIC   marks

PUBLIC MARKS with tag applescript

Sponsorised links

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:

Sponsorised links

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.

October 2006

Ready-Set-Do!

by Todd V
Simple, Reliable Workflow on a Mac. A set of applescripts that comprehensively integrates all of one's files and programs into David Allen's GTD workflow.

August 2006

dowhatimean.net » Exporting the OS X Address Book to FOAF

by karlcow
Maintaining my FOAF file involves a lot of work: I have to write RDF/XML by hand, calculate SHA1 hashes, and enter a lot of information that is already stored in a different place: my address book. That’s why I have created an AppleScript that does all the work for me at the press of a single button.

PUBLIC TAGS related to tag applescript

no tag

Sponsorised links