consular-osx
consular-osx copied to clipboard
Automate Mac OSX Terminal with Consular
``` bash $ gem install consular-osx ``` [error log](https://gist.github.com/wireframe/0e49d646a218f83f96f1)
rb-appscript looks like a dead project, and it won't install on my system anymore :( Is there any other way to get consular to work? growl_notify author recommends against (rb-appscript),...
I want to set up 4 windows that are tiled rather than overlapping on my screen. Looking through the docs for creating a new window you can set the following:...
Just came across an issue trying to use this with [TotalTerminal](http://totalterminal.binaryage.com/). It's complaining about active_window being nil. I changed: `window.properties_.get[:frontmost] rescue false` to `window.properties_.get[:frontmost] rescue windows.first` and it's happy now....