repos / zmx

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

commit
a41aad5
parent
5e07a3a
author
Eric Bower
date
2025-12-10 11:12:50 -0500 EST
feat: homebrew install
2 files changed,  +13, -0
M README.md
+7, -0
 1@@ -25,6 +25,13 @@ Reason for this tool: [You might not need `tmux`](https://bower.sh/you-might-not
 2 - https://zmx.sh/a/zmx-0.1.0-macos-aarch64.tar.gz
 3 - https://zmx.sh/a/zmx-0.1.0-macos-x86_64.tar.gz
 4 
 5+### homebrew
 6+
 7+```bash
 8+brew tap neurosnap/tap
 9+brew install zmx
10+```
11+
12 ### src
13 
14 - Requires zig `v0.15`
M docs/index.html
+6, -0
 1@@ -51,6 +51,8 @@
 2     </ul>
 3 
 4     <h2 class="text-lg">install</h2>
 5+
 6+    <h3 class="text-md">binaries</h3>
 7     <ul>
 8       <li><a href="/a/zmx-0.1.0-linux-aarch64.tar.gz" download>zmx-0.1.0-linux-aarch64.tar.gz</a></li>
 9       <li><a href="/a/zmx-0.1.0-linux-x86_64.tar.gz" download>zmx-0.1.0-linux-x86_64.tar.gz</a></li>
10@@ -58,6 +60,10 @@
11       <li><a href="/a/zmx-0.1.0-macos-x86_64.tar.gz" download>zmx-0.1.0-macos-x86_64.tar.gz</a></li>
12     </ul>
13 
14+    <h3 class="text-md">homebrew</h3>
15+    <pre>brew tap neurosnap/tap
16+brew install zmx</pre>
17+
18     <h2 class="text-lg">posts</h2>
19     <ul>
20       <li><a href="https://bower.sh/zmx-session-persistence">zmx - session persistence for terminal processes</a></li>