NathanielWroblewski / prop

Prop is a Rails 4 app generator with customized defaults and an opinionated workflow.
https://rubygems.org/gems/prop_up
MIT License
5 stars 4 forks source link

Automate opening of iTerm tabs and run the scripts inside tabs (starting zeus, guard, server) #1

Open ysadka opened 10 years ago

ysadka commented 10 years ago

By running prop open, three new terminal tabs should be opened. In the first, run zeus start, in the second, zeus s, and in the third, guard.

NathanielWroblewski commented 10 years ago

Also, wrap these so they can be called with prop open.