Is screen what im looking for for side by side shells?
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Is screen what im looking for for side by side shells?
hi. i remember reading an article in linux journal about a program. In it the author was able to have 4 bash shell windows open in one window so that it was a square with a shell in each corner. i looked in all my linux journals but couldn't find the article again for the name (too bad you can't google documents in real life) I use screen but it is sometimes cumbersome to switch back and forth using ctrl+a+n/p. I was wondering if screen is the program in the article and the 4 shells in one window is just a feature i don't know how to utilize or if it is something else. Thanks for any responses in return.
Screen cannot split vertically so it doesn't sound like this is what you saw. As for switching windows being cumbersome, I don't see how it can get any easier? How is moving your hand over to the mouse to select a window more convenient than tapping a couple of keys? You've found some easier way to select windows? Voice control maybe? Hey, you're name isn't Scotty is it?
Screen cannot split vertically so it doesn't sound like this is what you saw. As for switching windows being cumbersome, I don't see how it can get any easier? How is moving your hand over to the mouse to select a window more convenient than tapping a couple of keys? You've found some easier way to select windows? Voice control maybe? Hey, you're name isn't Scotty is it?
i don't mean actually switching is a problem. I mean that the screens aren't visible at the same time. I've had one screen in a ssh session on a remote host so i could type in the long file name in another screen for scp to copy it to the local machine.
Quadkonsole is probably what you are looking for. It was in the July 2005 issue of Linux Journal: "Tricked Out Terminals" by Marcel Gagne.
It was in my notes for me to try out; but I haven't got around to it. Honestly I like a plain old xterm, it's never failed me.
jer
thanks. that must be it. I knew it was by the guy that does the article like it is a french resturant and that name sounds like it is that guy. For the most part screen does what i need it to but a lot of times i often need to see the output of one of the screens while im typing something in another one.
I mean that the screens aren't visible at the same time. I've had one screen in a ssh session on a remote host so i could type in the long file name in another screen for scp to copy it to the local machine.
Well, you can split the screen as many times as you want (only horizontally though).
ctrl+a S - splits the current window, be sure to use capital S, a lowercase s is the same as scroll lock. If you screw up, ctrl+a q will let things scroll again
ctrl+a Tab - moves between split screens
ctrl+a X - closes the current section and makes the others larger to take it's place.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.