Tabbed terminal that connects to a GNU Screen session?
Posted
by
screenuser
on Super User
See other posts from Super User
or by screenuser
Published on 2011-02-17T21:05:54Z
Indexed on
2011/11/22
10:02 UTC
Read the original article
Hit count: 218
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?
© Super User or respective owner