Files
Yifan Ruan 9d116176d1 shpool: add page (#21799)
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
Co-authored-by: Meinard Francisco <44516102+znarfm@users.noreply.github.com>
2026-04-02 08:06:51 +08:00

503 B

shpool

Create and attach to persistent shell sessions. See also: tmux, screen. More information: https://github.com/shell-pool/shpool#usage.

  • Create a new session or attach to an existing one:

shpool attach {{session_name}}

  • List existing sessions:

shpool list

  • Detach from the current session:

shpool detach

  • Detach from a session:

shpool detach {{session_name}}

  • Kill a named session:

shpool kill {{session_name}}

  • Start the shpool daemon:

shpool daemon