commands.sh

shpool

all

Create and attach to persistent shell sessions. See also: `tmux`, `screen`.

More info →

Examples (6)

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

made by @shridhargupta | data from tldr-pages