Screen is great. I wish there were an analogous tool that let me group several running X apps into a long-running session that I could connect to/disconnect from locations. Any idea if this is possible today?
GNU Screen - A Hacker's Ideal Terminal
101–103 of 103 posts
Re: GNU Screen - A Hacker's Ideal Terminal
#102You might want to consider tmux ( http://tmux.sourceforge.net/ ) as an alternative. Its cleaner (and, incidentally, BSD-licensed) codebase means that it's getting features that have been gathering dust on screen's to-do list for ages. Most notably, its dwm/XMonad-style layouts ( http://tmux.sourceforge.net/tmux6.png ) are really nice. AFAICT, screen doesn't even officially have vertically split windows yet, it's stil…
Re: GNU Screen - A Hacker's Ideal Terminal
#103I often use idiosyncratic screen setups with very specifically-purposed windows. I support this behavior with a special config file that launches screen with certain windows pre-loaded for certain uses: source /home/mcantor/.screenrc chdir $SANDBOX/src screen 0:svn screen 1:lib screen 2:nosetests stuff "activate_environment\015" screen 3:ipython stuff "activate_environment\015ipython\015" screen 4: select 0 I use stu…
I really wish there was a way to use the sessionname in the hard status line formatting.