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 |
History Retrieval
Related skills
More from totto2727-dotfiles/agents
csv-analysis
>-
22doc-research
>-
17moonbit-bestpractice
>-
15moonbit-docs
>-
15exocortex
>-
11git-operations-rules
Critical rules for git operations. Enforces git unstage, git undo, and git stash push/apply usage. MUST ALWAYS be applied when performing git operations like staging, unstaging, undoing commits, or stashing changes.
10