repos / zmx

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

commit
694699e
parent
103b62b
author
Eric Bower
date
2026-02-22 07:54:19 -0500 EST
docs: site
1 files changed,  +8, -0
M docs/index.html
+8, -0
 1@@ -39,6 +39,8 @@
 2       <li>Native terminal scrollback</li>
 3       <li>Multiple clients can connect to the same session</li>
 4       <li>Re-attaching to a session restores previous terminal state and output</li>
 5+      <li>Send commands to a session without attaching to it</li>
 6+      <li>Print scrollback history of a terminal session in plain text</li>
 7       <li>Works on mac and linux</li>
 8       <li>This project does NOT provide windows, tabs, or splits</li>
 9     </ul>
10@@ -57,6 +59,12 @@
11     <pre>brew tap neurosnap/tap
12 brew install zmx</pre>
13 
14+    <h3 class="text-md">packages</h3>
15+    <ul>
16+      <li><a href="https://aur.archlinux.org/packages/zmx">Arch AUR tracking releases</a></li>
17+      <li><a href="https://aur.archlinux.org/packages/zmx-git">Arch AUR tracking git</a></li>
18+    </ul>
19+
20     <h2 class="text-lg">posts</h2>
21     <ul>
22       <li><a href="https://bower.sh/zmx-session-persistence">zmx - session persistence for terminal processes</a></li>