Show HN: Shpool, a Lightweight Tmux Alternative
51–60 of 201 posts
Re: Show HN: Shpool, a Lightweight Tmux Alternative
#52nohup is also useful for this situation, but a lot of people don’t seem to know about it!
Re: Show HN: Shpool, a Lightweight Tmux Alternative
#53I super duper highly recommend iterm2 (macos) + its integrated tmux support. It was relatively popular in my circles at google when I was there. It 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
#54Re: Show HN: Shpool, a Lightweight Tmux Alternative
#55I've been using screen/tmux for a long time. Recently I switched to kitty[0] locally. I like kitty a lot! But I've been stuck with tmux on my servers for session persistence.
Re: Show HN: Shpool, a Lightweight Tmux Alternative
#56Re: Show HN: Shpool, a Lightweight Tmux Alternative
#57nohup is also useful for this situation, but a lot of people don’t seem to know about it!
Does nohup allow attaching back to the session? That seems to be the primary use case of shpool.
Re: Show HN: Shpool, a Lightweight Tmux Alternative
#58I'd love to try this, but most of the places that I would want to use it are servers, and the rust requirements are way beyond where debian-stable lives. Too 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.
Re: Show HN: Shpool, a Lightweight Tmux Alternative
#59Why is this better then the old school "screen"?
I'd say the best part is not needing screen on the server. If you have several servers and several people that like several multiplexers, you would need to install all of them in each server, and manage configuration etc. 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 sh…
Re: Show HN: Shpool, a Lightweight Tmux Alternative
#60I super duper highly recommend iterm2 (macos) + its integrated tmux support. It was relatively popular in my circles at google when I was there. It comes with this tool’s benefit of native scrolling/cp paste PLUS the huge benefit of “right click to split vertical/horizontal”.
Most GUI features (new tab, new split, scroll, search, copy/paste, etc.) just work, and it all syncs with `tmux`.
Be aware though that it can be a bit buggy if you have a fancy `tmux.conf`, and that if you rely on any `tmux` plugins then most of those simply won’t work.