zmx
Installation
SKILL.md
zmx - Session Persistence for Terminal Processes
A terminal session manager for running and managing persistent processes.
Session Management
| Command | Purpose |
|---|---|
zmx attach <name> [command...] |
Create a session and attach to it (interactive) |
zmx run <name> [command...] |
Create a session without attaching (background) |
zmx list [--short] |
List all active sessions |
zmx kill <name> |
Terminate a session |
zmx detach |
Detach all clients from the current session |