totto2727-dotfiles

zmx

Session persistence for terminal processes using zmx. Use when creating, attaching, detaching, listing, or killing terminal sessions, or when retrieving session scrollback history.

totto2727-dotfiles 0 Updated 2mo ago
GitHub

Install

npx skillscat add totto2727-dotfiles/agents/zmx

Install via the SkillsCat registry.

SKILL.md

zmx - Session Persistence for Terminal Processes

Session

  • Create and attach: zmx attach <name> [command...]
  • Create without attach: zmx run <name> [command...]
  • List: zmx list [--short]
  • Kill: zmx kill <name>
  • Detach: zmx detach (detaches all clients from current session)

History

  • Plain text: zmx history <name>
  • With VT escapes: zmx history <name> --vt
  • HTML format: zmx history <name> --html