I'm hoping to write a script that can control GNU Screen for example split the screen with 'Ctrl + S'. My ultimate objective is to run 4 different applications with a single script. Is this possible within Ruby?
Thanks!
I'm hoping to write a script that can control GNU Screen for example split the screen with 'Ctrl + S'. My ultimate objective is to run 4 different applications with a single script. Is this possible within Ruby?
Thanks!
I haven't found any pre-made Ruby solution, but there are various pages about doing it with shell commands. For example, Scripting screen for fun and profit.
screen -X split