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!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.
Other Stack Exchange questions: here and here and here.