repos / zmx

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

commit
7a30c62
parent
bc17397
author
David Calhoun
date
2026-02-02 14:24:41 -0500 EST
docs: Fix typo in feature list on index.html (#51)

1 files changed,  +1, -1
M docs/index.html
+1, -1
1@@ -44,7 +44,7 @@
2       <li>Persist terminal shell sessions (pty processes)</li>
3       <li>Ability to attach and detach from a shell session without killing it</li>
4       <li>Native terminal scrollback</li>
5-      <li>Mlitiple clients can connect to the same session</li>
6+      <li>Multiple clients can connect to the same session</li>
7       <li>Re-attaching to a session restores previous terminal state and output</li>
8       <li>Works on mac and linux</li>
9       <li>This project does NOT provide windows, tabs, or splits</li>