Tabbed terminal that connects to a GNU Screen session

gnome-terminalgnu-screenshellterminal

I use the session feature of screen extensively. For example, I'll start a screen session for "project1" as "screen -S project1", and then when I need to reconnect I use "screen -d -r project1". This makes it easy to manage multiple projects, each with their own set of shell sessions.

What I would love to do now is that when running on Windows and Linux, to be able to use a tabbed terminal program (such as gnome-terminal) to connect to a screen session and have all of the screen windows split out to separate tabs. This way I get all the usual power of screen, but with the convenience of a richer GUI experience.

Is there any such terminal program available on Windows and/or Linux?

Best Answer

Have you looked at byobu its screen but with massive enhancements, You would still use one terminal but you get tabbed sessions so you can skip though the diffrent screens using the function keys. plus it gives you an nice dashboard.

enter image description here

Related Question