Installed using the curl-to-bash on Sequoia and I’m getting “error: ReadOnlyFileSystem” on ‘boo new’. Can’t see any open issues on gh and nothing in the readme. Definitely interested in something like this - love ghostty and I’ve been finding Zellij a bit crashy recently (plus I don’t really need tabs).
Show HN: Boo – Screen-style terminal multiplexer built on libghostty
21–30 of 31 posts
Re: Show HN: Boo – Screen-style terminal multiplexer built on libghostty
#22Earlier quoted context omitted.
this is incorrect. you can have multiple clients using screen -x instead of screen -a
I didn't say you couldn't have multiple clients, I said clients and servers are the same process forked. Or did someone add distinct client/server support to screen finally? I know theres a lot of stuff bolted onto screen over the years but I wasn't aware they dropped forked servers for the tmux model...
Without -x though it works as originally described.
Edit: gnu screen 1.0 was originally released in 1987. The -x flag was released in screen 3.0 in the 90s. TIL
Re: Show HN: Boo – Screen-style terminal multiplexer built on libghostty
#23Earlier quoted context omitted.
Can you please not post AI-generated or AI-edited comments to HN? It's not allowed here - see https://news.ycombinator.com/newsguidelines.html#generated and https://news.ycombinator.com/item?id=47340079 . Of course, it's impossible to know for sure what was LLM processed or not, but some of your posts (like this one) are getting classified that way.
Apologies, half of this indeed was. As I was iterating on the README this seemed apt, but I will refrain!
Re: Show HN: Boo – Screen-style terminal multiplexer built on libghostty
#24This no good ;)
Old busted screen can do multiple windows per session.
Re: Show HN: Boo – Screen-style terminal multiplexer built on libghostty
#25Re: Show HN: Boo – Screen-style terminal multiplexer built on libghostty
#26Been using zmx for a few months and love it: https://github.com/neurosnap/zmx/ Very similar, based on libghostty
Re: Show HN: Boo – Screen-style terminal multiplexer built on libghostty
#27Re: Show HN: Boo – Screen-style terminal multiplexer built on libghostty
#28Re: Show HN: Boo – Screen-style terminal multiplexer built on libghostty
#29I currently use tmux. Not because I need to multiplex shells in a remote server, but because I like to have my sessions persisted in my local machine. Even between reboots (technically not the same session, but the same tabs and splits I had). I currently have that with tmux and a tmux plugin that restores my sessions. But I think that tmux is overkill for this. And if I'm in a tmux session, then I can't use my terminal emulator's native tabs and splits. Does anyone have a recommendation of how to handle only terminal sessions on Linux?
Re: Show HN: Boo – Screen-style terminal multiplexer built on libghostty
#30Slightly off-topic: I currently use tmux. Not because I need to multiplex shells in a remote server, but because I like to have my sessions persisted in my local machine. Even between reboots (technically not the same session, but the same tabs and splits I had). I currently have that with tmux and a tmux plugin that restores my sessions. But I think that tmux is overkill for this. And if I'm in a tmux session, then…