I want to see all their console output, in different tabs, so I know what tests/code/server/database errors are happening.
Sometimes the commands crash or wedge, so I want to ctrl-c in the tab, maybe run some commands, and run the process again in the same tab. That way, the tabs and processes stay in order, so I don't have to hunt through them.
I have mate and oh-my-zsh installed, and can open new tabs, I just don't understand how to keep them open so they are interactive.
@pavlos_kairis that's not how my development process works, but I'm glad it works for you.
Here's the script I'm using now with gnome-terminal. It opens the tabs, but when I ctrl-c yarn dev, the tab closes. Stackoverflow has a bunch of answers that don't work. I'm wondering if mate-terminal might be a better replacement. I'm using Cinnamon anyways. Thanks guys!