repos / zmx

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

commit
8f9ed48
parent
27742ab
author
Eric Bower
date
2025-11-28 22:38:27 -0500 EST
docs: readme
1 files changed,  +2, -2
M README.md
+2, -2
 1@@ -17,7 +17,7 @@ session persistence for terminal processes
 2 
 3 - The `daemon` and client processes communicate via a unix socket
 4 - Each session creates its own unix socket file `/tmp/zmx/*`
 5-- Restoring terminal sessions uses `libghostty-vt`
 6+- We restore terminal state and output using `libghostty-vt`
 7 
 8 ## usage
 9 
10@@ -81,7 +81,7 @@ We store global logs for cli commands in `/tmp/zmx/logs/zmx.log`. We store sessi
11 
12 ## a note on configuration
13 
14-At this point, nothing is configurable.  We are evaluating what is necessary to be able to configure and what should not.  Every configuration option is a burden for us maintainers.
15+At this point, nothing is configurable.  We are evaluating what should be configurable and what should not.  Every configuration option is a burden for us maintainers.  For example, being able to change the default detach shortcut is difficult in a terminal environment.
16 
17 ## a smol contract
18