repos / zmx

session persistence for terminal processes
git clone https://github.com/neurosnap/zmx.git

commit
50d7e24
parent
336a6c1
author
Eric Bower
date
2025-10-10 16:29:44 -0400 EDT
docs: readme
1 files changed,  +2, -1
M README.md
+2, -1
 1@@ -15,7 +15,7 @@
 2 - We provide a `systemd` unit file that users can install that manages the `daemon` process
 3 - The cli tool supports the following commands:
 4     - `attach {session}`: attach to the pty process
 5-    - `detach {session}`: detach from the pty process without killing it
 6+    - `detach`: detach from the pty process without killing it
 7     - `kill {session}`: kill the pty process
 8     - `list`: show all sessions and what clients are currently attached
 9     - `daemon`: the background process that manages all sessions
10@@ -25,6 +25,7 @@
11 
12 ## usage
13 
14+- `zmx daemon` - start the background process that all other commands communicate with
15 - `zmx attach <session_name>` - create or attach to a session
16 - `zmx detach` (or Ctrl+b + d) - detach from session while keeping pty alive
17 - `zmx list` - list sessions