Welcome to MacForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

[ann] Ruby appscript 0.1.1 released

 
   Macintosh computer (Home) -> Apple Scripts RSS
Next:  Outlook 2007 Tools->Customize does not appear  
Author Message
has

External


Since: Apr 28, 2006
Posts: 10



(Msg. 1) Posted: Wed Oct 11, 2006 5:25 pm
Post subject: [ann] Ruby appscript 0.1.1 released
Archived from groups: alt>comp>lang>applescript (more info?)

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!

 >> Stay informed about: [ann] Ruby appscript 0.1.1 released 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
[ANN] Script Timer 2.5 Released - Hi everyone, I am pleased to announce the immediate availability of Version 2.5 of Script Timer, a script, Automator workflow, and application scheduling product for Mac OS X, Version 10.3 and later. Script Timer is released as universal binary. ..

[ANN] Script Timer 2.1 released by Apps & More Software De.. - SCRIPT TIMER 2.1 RELEASED BY APPS & MORE SOFTWARE DESIGN Major Upgrade of script and application scheduler adds new dynamic scheduling feature as well as perl and shell script scheduling. Apps & More Software Design, Inc. is pleased to announc...

Scripting Icons on Desktop (Panther) - Hi, new to OSX and want to reproduce a script I had for OS9 that moved all icons on desktop into several rows center-right of screen then re-positioned them in specific places around the screen - any left in the center were obviously new..

URL / Webloc drop - Does anyone have any pointers or sample code to handle the drop of a URL or "webloc" from something like Safari on to an Applescript application? I'm not having too much luck getting this working. Many thanks. -- rik

echo "blah" >> file.txt - how to do this with AppleScript? - Hi, I have a little AppleScript which calls shell commands to create a text file and append strings to it: ***** -- set variables set filepath to "'/Users/claus/the testfile.txt'" set line1 to "Line 1" set line2 to "Line 2&quot...
   Macintosh computer (Home) -> Apple Scripts All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]