[GRLUG] bad commands

Steve Romanow slestak989 at gmail.com
Thu Mar 11 14:54:15 EST 2010


On 3/11/2010 2:29 PM, mikemol at gmail.com wrote:
> From their page, it looks like a replacement for screen. The most 
> interesting part (for me) is the greater control over how to split the 
> terminal into multiple subwindows.
>
> http://tmux.sourceforge.net/
>
> On Thu, Mar 11, 2010 at 2:26 PM, Ben DeMott <ben.demott at gmail.com> wrote:
>> Sadly I don't use tmux - I spend a lot of time in shells, but for some
>> reason all this time I've just had multiple concurrent sessions... 
>> which is
>> probably stupid of me.
>>
>> Can you use tmux with screen? - do you have to?
>> Can you open tmux in a virtual frame buffer using xvfb I wonder - 
>> that would
>> be cool :)
>>
>> On Thu, Mar 11, 2010 at 2:24 PM, <mikemol at gmail.com> wrote:
>>>
>>> On Thu, Mar 11, 2010 at 2:21 PM, John J. Foerch 
>>> <jjfoerch at earthlink.net>
>>> wrote:
>>>>
>>>> On Thu, Mar 11, 2010 at 01:43:01PM -0500, Scott Huffman >>
>>>>>
>>>>> tmux attach-session
>>>>>
>>>>> It's too long, so I created alias tmad = "tmux attach-session"
>>>>
>>>>
>>>> Bravo, another tmux fan!  I wrote a convenience script for tmux
>>>> ~/bin/term
>>>> which either attaches the given session, or starts it if needed.  It
>>>> looks
>>>> like this:
>>>>
>>>>
>>>>  #! /bin/bash
>>>>
>>>>  if tmux has-session -t "$1"; then
>>>>      exec urxvtc -e tmux attach -t "$1"
>>>>  else
>>>>      exec urxvtc -e tmux new -s "$1"
>>>>  fi
>>>
>>> Huh! I hadn't heard of tmux.  Looks like an improvement on screen. I'll
>>> have to give it a shot.
>>> -- 
>>> :wq
>>>
>>>
>>> _______________________________________________
>>> grlug mailing list
>>> grlug at grlug.org
>>> http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug
>>
>>
>> _______________________________________________
>> grlug mailing list
>> grlug at grlug.org
>> http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug
>>
>
>
>
>
> _______________________________________________
> grlug mailing list
> grlug at grlug.org
> http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug
I've spent a lot of time in thought on this and as for me, tmux is not a 
replacement for screen.

Reason, screen's code is vetted, stable and supported.  I've tried to 
build tmux on aix and there is no semblance of support in the irc channel.

Screen also has saved session support, templates,  vertical split (new 
patch, not in main) and i've been told by one of the devs, scripting 
support with python and lua coming.

I can personally attest to the awesome support from screen's irc channel 
so I'm not kicking them to the curb.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shinobu.grlug.org/pipermail/grlug/attachments/20100311/7dcfd8bd/attachment-0001.htm 


More information about the grlug mailing list