repos / zmx

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

commit
1136218
parent
8bdbac6
author
Eric Bower
date
2025-11-23 21:37:40 -0500 EST
docs: readme
1 files changed,  +8, -1
M README.md
+8, -1
 1@@ -19,10 +19,17 @@ session persistence for terminal processes
 2 ## usage
 3 
 4 - `zmx attach {session_name}` - create or attach to a session
 5-- `zmx detach [{session_name}]` (or Ctrl+\) - detach all connected clients to session, can be used inside session without providing name
 6+- `zmx detach [{session_name}]` (or Ctrl+\\) - detach all connected clients to session, can be used inside session without providing name
 7 - `zmx list` - list sessions
 8 - `zmx kill {session_name}` kill pty and all clients attached to session
 9 
10+## todo
11+
12+- [ ] Detach client using a key combination
13+- [ ] Ability to pass a command to attach `zmx attach mux dvtm`
14+- [ ] Integrate with `libghostty` to restore terminal state on re-attach
15+- [ ] Binary distribution (e.g. pkg managers)
16+
17 ## prior art
18 
19 Below is a list of projects that inspired me to build this project.