Terminitor is a Ruby gem that automates your development workflow setup. Basically, it allows you to easily set different environments in your terminal. Defining which tabs to open and which commands to run in each.
Installation is as easy as:
gem install terminitor
terminitor init
(assuming you already have Ruby and Ruby gems installed)
Then you create your terminitor setups with terminitor edit [name]. Defining terminitor setup is very is. Here is mine for one of my projects:
No more keeping all those servers running in the background, just because I’m lazy to open them again. Now restarting my working environment is just a single command.
