session
Manage development sessions.
gwt session list
List all live Zellij sessions.
gwt session list
Only sessions that are currently running are shown. Sessions in an EXITED state are automatically pruned on every invocation. If no sessions are live, the command prints:
No active sessions.
gwt session stop
Stop a named session and clean up associated gateway processes.
gwt session stop <name>
On success the command prints:
Session '<name>' stopped. N gateways also stopped.
All gateway PID files belonging to worktrees managed by the session are removed. If the session is not currently active, the command exits with an actionable error message.
gwt session attach / detach
These are identical to gwt attach and gwt detach. See attach / detach.