Re: [MacRuby-devel] Scripting Terminal.app with ScriptingBridge

2011-06-03 Thread Eric Christopherson
On Thu, Jun 2, 2011 at 8:43 PM, Scott Thompson wrote: >> >> I'm playing around with Scripting Bridge trying to script >> Terminal.app. I'm running into issues with adding a new tab to a >> window, and was hoping someone could point me in the right direction. >> Consider this gist: https://gist.git

Re: [MacRuby-devel] Scripting Terminal.app with ScriptingBridge

2011-06-02 Thread Scott Thompson
> > I'm playing around with Scripting Bridge trying to script > Terminal.app. I'm running into issues with adding a new tab to a > window, and was hoping someone could point me in the right direction. > Consider this gist: https://gist.github.com/1005066 > > The only information I could find that

[MacRuby-devel] Scripting Terminal.app with ScriptingBridge

2011-06-02 Thread Daniel Westendorf
Hi all, I'm playing around with Scripting Bridge trying to script Terminal.app. I'm running into issues with adding a new tab to a window, and was hoping someone could point me in the right direction. Consider this gist: https://gist.github.com/1005066 The only information I could find that was r