←back to thread

414 points st_goliath | 6 comments | | HN request time: 0.001s | source | bottom
Show context
mmsc ◴[] No.43971967[source]
It's surprising that upstream was involved in this. Around 5 years ago, I came to the (sad) conclusion that GNU screen development had completely halted. Is that still not the case?

Does screen have the functionality to add a new window to an existing screen without attaching to the screen yet?

replies(5): >>43972042 #>>43972071 #>>43972387 #>>43972604 #>>43972925 #
jzb ◴[] No.43972387[source]
Upstream requested that the SUSE team take a look at it. It seems that development is understaffed and the upstream may not have the expertise to maintain it properly. Which, if true, is sad -- I know that tmux and others exist, but a lot of people have used Screen for many many years. It sucks when a tool bitrots.
replies(1): >>43973007 #
marcosdumay ◴[] No.43973007[source]
Looks like a tech-debt ridden large piece of software that new developers just can't understand.

If that's the case, it's not really about it being "understaffed". Instead, it's doomed to rot until it's replaced of rewritten. There's no scenario where more maintainers will help, except for marginally delaying it.

The good news is that there are almost perfect replacements out there, and most of them are leaner.

replies(3): >>43973635 #>>43974787 #>>43975209 #
doctoboggan ◴[] No.43974787{3}[source]
What are the replacement tools I should be looking at as a casual user of screen?
replies(2): >>43975021 #>>43975066 #
kstrauser ◴[] No.43975066{4}[source]
If you want screen-but-better: tmux.

If you want a rethinking of the idea: zellij.

I prefer the latter. It matches my mental model of such things, and lots of people talk about enjoying switching to it. Many others happily use the former daily.

replies(1): >>43975837 #
1. bombcar ◴[] No.43975837{5}[source]
tmux is great but it's way too powerful for the 90% use case of screen - which is "let this process continue to run even if I disconnect or logout".

I've had some luck with mosh, but that also seems kind of moribund.

https://mosh.org

For my use case it's fine.

replies(5): >>43976434 #>>43977409 #>>43980022 #>>43982417 #>>43987484 #
2. kstrauser ◴[] No.43976434[source]
Along the lines of Mosh, I've migrated from it to Eternal Terminal (ET): https://eternalterminal.dev
3. int_19h ◴[] No.43977409[source]
If that is literally the only thing that you need, dtach is the ticket.
4. arp242 ◴[] No.43980022[source]
> tmux is great but it's way too powerful for the 90% use case of screen - which is "let this process continue to run even if I disconnect or logout".

I guess, but does it really get in the way?

I use tmux only for scrollback and having multiple "tabs" and sessions, and not much else. But the more advanced stuff like splits and whatnot never really get in my way.

5. db48x ◴[] No.43982417[source]
Even screen is too powerful for that use case. Just use nohup or dtach instead.
6. lupusreal ◴[] No.43987484[source]
Screen has some obscure functionality that tmux doesn't have. Handling serial port connections, whereas with tmux AFAIK you'd have to use minicom.