Show HN: Shpool, a Lightweight Tmux Alternative
41–50 of 201 posts
Re: Show HN: Shpool, a Lightweight Tmux Alternative
#42How could this be a tmux alternative if it only provides session persistence? I use tmux mostly for layout (tiles, multiple windows, etc.) and not for session persistence necessarily. I don't know if this is why other people also use tmux, but I am not sure if "alternative" is the right word here.
This is very interesting to me as it seems to provide persistence with much less cognitive overhead than tmux or even screen sessions, which are enough that I often don't bother and just use SSH. I also find tmux has a noticable latency overhead (on every terminal I've tried) so I wouldn't use it locally anyway.
Suffice to say this is very interesting and I'll check it out.
Re: Show HN: Shpool, a Lightweight Tmux Alternative
#43Earlier quoted context omitted.
$ tmux # run your command in it # Ctrl+b D to detatch later, to attach back to it $ tmux a -t 0 That probably covers 50% of usage. The rest would be naming the sessions, splitting the window panes. Anything else?
Scrolling. That's a key feature when you don't reflexively use less and ] isn't a natural keybind for "let me scroll please".
Re: Show HN: Shpool, a Lightweight Tmux Alternative
#44No mention of screen? I'm too old.
Re: Show HN: Shpool, a Lightweight Tmux Alternative
#45It comes with this tool’s benefit of native scrolling/cp paste PLUS the huge benefit of “right click to split vertical/horizontal”.
Re: Show HN: Shpool, a Lightweight Tmux Alternative
#46BTW I think your readme shouldn't just characterize it as a resumeable ssh tool. I often need to start a long running process that I want to reconnect to later, or I want to put some always-on system service inside a tmux container so I can easily jump in and see logs or mess with things in one way or another. There's a lot of utility besides just handling network dropouts.
Re: Show HN: Shpool, a Lightweight Tmux Alternative
#47Why is this better then the old school "screen"?
However, you can have your own multiplexer and use shpool on a window to connect to a server. Done, you have your favorite multiplexer, with your configuration, and the only tool in the server is shpool
Re: Show HN: Shpool, a Lightweight Tmux Alternative
#48How could this be a tmux alternative if it only provides session persistence? I use tmux mostly for layout (tiles, multiple windows, etc.) and not for session persistence necessarily. I don't know if this is why other people also use tmux, but I am not sure if "alternative" is the right word here.
Re: Show HN: Shpool, a Lightweight Tmux Alternative
#49Too much hassle to muck with backports and package pinning for a QoL tool - my feedback would be to try to make this install without tomfoolery on the stable branch of major distros.