repos / zmx

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

commit
6918999
parent
769b20a
author
Eric Bower
date
2025-12-09 09:42:23 -0500 EST
docs: readme
1 files changed,  +4, -6
M README.md
+4, -6
 1@@ -232,14 +232,12 @@ dtach is a program written in C that emulates the detach feature of screen, whic
 2 
 3 | Feature                        | zmx | shpool | abduco | dtach | tmux |
 4 | ------------------------------ | --- | ------ | ------ | ----- | ---- |
 5-| Daemon per session             | ✓   | ✗      | ✓      | ✓     | ✗    |
 6-| Multiple clients per session   | ✓   | ✗      | ✓      | ✓     | ✓    |
 7+| 1:1 Terminal emulator features | ✓   | ✓      | ✓      | ✓     | ✗    |
 8 | Terminal state restore         | ✓   | ✓      | ✗      | ✗     | ✓    |
 9+| Window management              | ✗   | ✗      | ✗      | ✗     | ✓    |
10+| Multiple clients per session   | ✓   | ✗      | ✓      | ✓     | ✓    |
11 | Native scrollback              | ✓   | ✓      | ✓      | ✓     | ✗    |
12 | Configurable detach key        | ✗   | ✓      | ✓      | ✓     | ✓    |
13 | Auto-daemonize                 | ✓   | ✓      | ✓      | ✓     | ✓    |
14+| Daemon per session             | ✓   | ✗      | ✓      | ✓     | ✗    |
15 | Session listing                | ✓   | ✓      | ✓      | ✗     | ✓    |
16-| Window management              | ✗   | ✗      | ✗      | ✗     | ✓    |
17-| Native find, replace           | ✓   | ✓      | ✓      | ✓     | ✗    |
18-| Custom find, replace           | ✗   | ✗      | ✗      | ✗     | ✓    |
19-| 1:1 Terminal emulator features | ✓   | ✓      | ✓      | ✓     | ✗    |