Archive for the 'Ruby' Category

Mar 13 2008

Ruby, an AppleScript Alternative – Part 2

Published by under Ruby

In Part 1 of this series I walked through the steps to install rb-appscript, a scripting bridge that provides an alternative to AppleScript for controlling scriptable applications on a Mac.

My intention in exploring an alternative was to find an option for scripting beyond AppleScript itself and to rewrite an AppleScript program that I was currently using. The original AppleScript code was written to turn down the volume upon shutdown, to enable a silent bootup process. You can read the who, what and why in the original post.

Continue reading...

Comments Off

Mar 12 2008

Ruby, an AppleScript Alternative – Part 1

Published by under Ruby

AppleScript is a scripting language that provides the ability to control “scriptable” applications on a Mac. AppleScript provides an interface to the Apple Event messaging architecture, the means by which applications communicate with one another as well as the underlying OS.

Continue reading...

7 responses so far

« Prev