Mac OS X : Open up 3 terminals, run different commands from all for each of them, to set up a develo

Posted by taelor on Super User See other posts from Super User or by taelor
Published on 2010-03-08T21:07:56Z Indexed on 2010/03/08 21:21 UTC
Read the original article Hit count: 297

Filed under:
|
|
|

I'm a Ruby on Rails Web Developer and there is a lot of repetition I go through to start up my development environment. I was wondering if there is any way that I can remove some of this repetition by writing a script, or using a program (like quicksilver) or something to get my work environment going. I know how to use quicksilver to open up terminal, and I even have a saved window group to get my 3 or 4 panes open.

The next thing I would love to automatically happen is getting all three to goto a certain directory, and each run different commands. One will start the local server, and in another tab, start a background process. the other would open text mate, and then start a console session, while the last one runs a svn(or git) status. Oh yah, and I would love to go ahead and open firefox, and a few tabs going to a couple of locations.

Does anyone have any suggestions on how I could make all this happen in once quicksilver command, or a double click on some type of script on my Desktop?

© Super User or respective owner

Related posts about osx

Related posts about terminal