repos / zmx

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

commit
dce3f04
parent
3c26522
author
Eric Bower
date
2025-12-27 16:50:02 -0500 EST
docs: dont advertise alternative shortcut yet

I might remove this shortcut since i'm noticing issues.
2 files changed,  +3, -3
M README.md
+2, -2
 1@@ -46,14 +46,14 @@ zig build -Doptimize=ReleaseSafe --prefix ~/.local
 2 ## usage
 3 
 4 > [!IMPORTANT]
 5-> Press `ctrl+b + d` to detach from the session. (deprecated: `ctrl+\`)
 6+> Press `ctrl+\` to detach from the session.
 7 
 8 ```
 9 Usage: zmx <command> [args]
10 
11 Commands:
12   [a]ttach <name> [command...]  Create or attach to a session
13-  [d]etach                      Detach all clients from current session  (ctrl+b + d for current client)
14+  [d]etach                      Detach all clients from current session  (ctrl+\ for current client)
15   [l]ist                        List active sessions
16   [k]ill <name>                 Kill a session and all attached clients
17   [hi]story <name>              Output session scrollback as plain text
M src/main.zig
+1, -1
1@@ -356,7 +356,7 @@ fn help() !void {
2         \\
3         \\Commands:
4         \\  [a]ttach <name> [command...]  Create or attach to a session
5-        \\  [d]etach                      Detach all clients from current session (ctrl+b + d for current client)
6+        \\  [d]etach                      Detach all clients from current session (ctrl+\ for current client)
7         \\  [l]ist                        List active sessions
8         \\  [k]ill <name>                 Kill a session and all attached clients
9         \\  [hi]story <name>              Output session scrollback as plain text