repos / zmx

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

commit
50db1df
parent
9a33769
author
Eric Bower
date
2026-04-26 22:11:22 -0400 EDT
docs: copy and changelog
2 files changed,  +14, -3
M CHANGELOG.md
+11, -0
 1@@ -4,6 +4,17 @@ Use spec: https://common-changelog.org/
 2 
 3 ## Staged
 4 
 5+### Added
 6+
 7+- `zmx send` send raw bytes to session without ZMX completion marker or auto-newline
 8+- `zmx print` send raw bytes to client's stdout
 9+
10+### Fixed
11+
12+- An idle daemon (no clients, no PTY traffic) used to ignore SIGTERM indefinitely.
13+- An idle attached client used to ignore SIGWINCH until the next keystroke or daemon output.
14+- Don't kill all sessions when `.Info` ipc event changed
15+
16 ## v0.5.0 - 2026-04-16
17 
18 ### Added
M README.md
+3, -3
 1@@ -306,7 +306,7 @@ end
 2 
 3 ## session picker
 4 
 5-You can add an interactive session picker to your shell that lets you fuzzy-find existing sessions, preview their scrollback history, or create new ones — all from a single prompt. This is especially useful for remote SSH workflows: add it to your shell startup so that connecting to a machine immediately presents the picker.
 6+You can add an interactive session picker to your shell that lets you fuzzy-find existing sessions, preview their scrollback history, or create new ones -- all from a single prompt. This is especially useful for remote SSH workflows: add it to your shell startup so that connecting to a machine immediately presents the picker.
 7 
 8 Requires [fzf](https://github.com/junegunn/fzf).
 9 
10@@ -538,5 +538,5 @@ abduco provides session management (i.e. it allows programs to be run independen
11 ## community tools
12 
13 - [pi-zmx](https://github.com/deevus/pi-zmx) -- [pi](https://pi.dev) extension for zmx.
14-- [zsm](https://github.com/mdsakalu/zmx-session-manager) — TUI session manager for zmx. List, preview, filter, and kill sessions from an interactive terminal UI.
15-- [zmosh](https://github.com/mmonad/zmosh) — A fork of zmx that adds encrypted UDP auto-reconnect for remote sessions (like mosh).
16+- [zsm](https://github.com/mdsakalu/zmx-session-manager) -- TUI session manager for zmx. List, preview, filter, and kill sessions from an interactive terminal UI.
17+- [zmosh](https://github.com/mmonad/zmosh) -- A fork of zmx that adds encrypted UDP auto-reconnect for remote sessions (like mosh).