Live data from Hacker News

Show HN: Shpool, a Lightweight Tmux Alternative

github.com

11–20 of 201 posts

Re: Show HN: Shpool, a Lightweight Tmux Alternative

#11

No mention of screen? I'm too old.

It is mentioned in the first paragraph of the README:

shpool is a service that enables session persistence by allowing the creation of named shell sessions owned by shpool so that the session is not lost if the connection drops. shpool can be thought of as a lighter weight alternative to tmux or GNU screen.

Re: Show HN: Shpool, a Lightweight Tmux Alternative

#14

A lightweight tmux alternative? Tmux is already an incredibly lightweight C program in terms of binary size and resource usage.

Yeah that's a good point, "lightweight" was probably not the best term. I meant lightweight in terms of the cognitive overhead of picking up a new tool, not really in terms of performance. I would expect that shpool will perform better on some workloads and tmux will perform better on others (though in both cases they are probably good enough).

The main difference is that tmux is a power user tool that you generally invest in configuring and tweaking to get just right, while shpool is meant to be set up quickly to solve the specific problem of dropped connections and then mostly forgotten about.

Re: Show HN: Shpool, a Lightweight Tmux Alternative

#18

A lightweight tmux alternative? Tmux is already an incredibly lightweight C program in terms of binary size and resource usage.

lightweight in terms of features of course.

it simply allows you to have multiple shell/term sessions on a server and be able to switch between them from any terminal. Kind of a 'flat ctrl-Z' cum 'nohup' if you will.

No windows, splits, etc, no client software at all in fact.

Re: Show HN: Shpool, a Lightweight Tmux Alternative

#19

A lightweight tmux alternative? Tmux is already an incredibly lightweight C program in terms of binary size and resource usage.

I assumed they meant “lightweight” in the sense that tmux can take quite a bit of setup and practice to get comfortable in, when using for the very first time.

I love tmux but it’s definitely not “n00b” friendly.

Re: Show HN: Shpool, a Lightweight Tmux Alternative

#20

A lightweight tmux alternative? Tmux is already an incredibly lightweight C program in terms of binary size and resource usage.

tmux takes over scrollback, so it's not possible to scroll the buffer in the same way as without tmux. This tool seems to solve the problem more elegantly.
Post reply on HN