• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
[ann] Ruby appscript 0.1.1 released
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ann] Ruby appscript 0.1.1 released


  • Subject: [ann] Ruby appscript 0.1.1 released
  • From: has <email@hidden>
  • Date: Wed, 11 Oct 2006 23:37:12 +0100

Hi all,

Announcing the first public release of Ruby appscript, a high-level, user-friendly Apple event bridge that allows you to control scriptable Mac OS X applications using ordinary Ruby scripts.

http://rb-appscript.rubyforge.org/

Appscript makes Ruby a serious alternative to Apple's own AppleScript language for automating your Mac. Here's a quick example:

require "appscript"

AS.app('TextEdit').documents.end.make(
    :new => :document,
    :with_properties => {:text => "Hello World!\n"})

Ruby appscript is a port of the popular Python appscript package <http://appscript.sourceforge.net/>, so while this initial release may lack a little polish in places, it's based on a mature, well- proven architecture that has been developed, tested and refined over several years. As a result, rb-appscript 0.1.1 offers a level of power, robustness and performance that is already very close to py- appscript's, with further improvements to come.

The rb-appscript package includes additional example scripts, documentation and a tutorial, and can be downloaded from:

http://rubyforge.org/projects/rb-appscript/

Forums for discussing rb-appscript are also available. Questions, bug reports, suggestions for improvements, etc. will all be very welcome.

Enjoy!

has

--
http://freespace.virgin.net/hamish.sanderson/
http://appscript.sourceforge.net
http://rb-appscript.rubyforge.org


_______________________________________________ Do not post admin requests to the list. They will be ignored. AppleScript-Users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • my 1st applescript - how to get value from record?
      • From: Ben Dougall <email@hidden>
    • Re: [ann] Ruby appscript 0.1.1 released
      • From: "Mark J. Reed" <email@hidden>
  • Prev by Date: Re: scripting BOMArchiveHelper possible ?
  • Next by Date: Re: [ann] Ruby appscript 0.1.1 released
  • Previous by thread: Re: triggering a script in Filemaker
  • Next by thread: Re: [ann] Ruby appscript 0.1.1 released
  • Index(es):
    • Date
    • Thread