terminator-split icon indicating copy to clipboard operation
terminator-split copied to clipboard

Commands executed to certain splited terminators

Open JimChrModder opened this issue 5 years ago • 0 comments

Is there a way to make a script that when you open it, it opens terminator which is splited in 2 parts and executes to the left a certain command and to the other side another one. example: #!/bin/bash ./terminator-split -g TerminatorWorSpace -m 2 -e 'echo "left Side!";echo "right Side!"; exec bash'

JimChrModder avatar Apr 13 '19 15:04 JimChrModder