Control your terminal windows in iTerm with Ruby -- great for automation scripting!
Go to file
John Bintz 8e5ea076d6 more features, yeah 2011-07-12 11:22:41 -04:00
lib more features, yeah 2011-07-12 11:22:41 -04:00
spec more features, yeah 2011-07-12 11:22:41 -04:00
.gitignore Added new specs, swapped out method_missing for dynamic method definition 2010-09-11 20:09:14 -05:00
Guardfile modernize a few things 2011-07-01 10:55:41 -04:00
LICENSE Removed references to previous employer 2010-03-27 10:29:57 -05:00
README.md more features, yeah 2011-07-12 11:22:41 -04:00
README.rdoc readme 2011-07-02 17:08:27 -04:00
Rakefile gemspec 2011-07-02 17:01:35 -04:00
iterm_window.gemspec gemspec fix 2011-07-02 17:03:33 -04:00

README.md

iTermWindow

Make iTerm obey your command! Start up your complex development environment quickly and easily.

The typical Rails project requires three or tour terminal windows/tabs open at once:

  • The Rails app itself running using rails s

  • Two continuous testing environments, powered by Guard or Autotest, running on your Ruby and JavaScript code

  • A console ready for committing code or other maintenance tasks

  • A log file or two

  • Developed March 17, 2008 by Chris Powers

  • Extended June 2011 and beyond by John Bintz and many others