Search code examples
bashterminator

terminator open split windows via bash script


Is there a way to open terminator from a bash script and auto split it out into multiple windows, each showing a different command being running?

(In this case i need it to open 4 split panels/windows each with commands watching & compiling so each will constantly be running)


Solution

  • Look up termssh its on my github projects. You may need to tweak it