Show HN: Shpool, a Lightweight Tmux Alternative
1–10 of 201 posts
Re: Show HN: Shpool, a Lightweight Tmux Alternative
#2For a while I was running neovim on dtach, which let me host all the terminals I might want. It has long felt weird that we have so recursively many layers of management and navigation: the OS juggling multiple terminals, tmux juggling multiple shells, and neovim juggling multiple windows. I was doing pretty good in full screen neovim for a while, but have backed down a bit, still find tmux navigation a bit faster.
Re: Show HN: Shpool, a Lightweight Tmux Alternative
#3Other tools that can overlap in use case are EternalTerminal and mosh which provide sessions that survive disconnects.
Re: Show HN: Shpool, a Lightweight Tmux Alternative
#4There's also the longstanding option dtach, which similarly seems to be a lightweight re-attachable way to run a program. https://github.com/crigler/dtach For a while I was running neovim on dtach, which let me host all the terminals I might want. It has long felt weird that we have so recursively many layers of management and navigation: the OS juggling multiple terminals, tmux juggling multiple shells, and neovim j…
Similarly dvtm, which is a minimalist version of the window management aspects of tmux but omits the session management, also never quite seems to click for me.
Re: Show HN: Shpool, a Lightweight Tmux Alternative
#5There's also the longstanding option dtach, which similarly seems to be a lightweight re-attachable way to run a program. https://github.com/crigler/dtach For a while I was running neovim on dtach, which let me host all the terminals I might want. It has long felt weird that we have so recursively many layers of management and navigation: the OS juggling multiple terminals, tmux juggling multiple shells, and neovim j…
IIUC, the main difference is that shpool maintains an in-memory copy of terminal state that it can use to re-draw after a reconnect, so you don't lose all your scrollback.
Re: Show HN: Shpool, a Lightweight Tmux Alternative
#6Re: Show HN: Shpool, a Lightweight Tmux Alternative
#7Re: Show HN: Shpool, a Lightweight Tmux Alternative
#8Re: Show HN: Shpool, a Lightweight Tmux Alternative
#9Recently learned about Zellij and it replaced my tmux usage.
Re: Show HN: Shpool, a Lightweight Tmux Alternative
#10No mention of screen? I'm too old.