LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   terminator / tmux multiplexer command line arguments. (https://www.linuxquestions.org/questions/linux-newbie-8/terminator-tmux-multiplexer-command-line-arguments-914832/)

casperdaghost 11-21-2011 10:01 PM

terminator / tmux multiplexer command line arguments.
 
I can script in tmux, however i like the banner in terminator.
i there a way to script terminator - something like :
#!/bin/sh
open terminator
split screen horizontal
ssh@tomyserver
run a script
split screen horizontal
ssh@toanotherserver
split screen horizontal

I am looking to make a script that will open up four horizontal screens in one terminal - and run a script in each. I just do not know of any command line arguments in terminator - tmux does have command line arguments - but tmux does not have a banner and you can't resize the panes.

does anyone know of command line arguments for terminator?

corp769 11-22-2011 02:50 PM

Hello,

Found this on google - http://stackoverflow.com/questions/6...-functionality

Would that help you?

Cheers,

Josh


All times are GMT -5. The time now is 07:52 AM.