Show HN: spymux – Spy on your tmux panes
8 days ago
- #productivity
- #terminal
- #tmux
- spymux is a terminal user-interface for simultaneously watching all open tmux panes.
- Useful for pair programming and monitoring multiple projects/agents without switching panes.
- Compatible with Linux, MacOS, and BSDs.
- Install via cargo: `cargo install spymux` or via Homebrew: `brew install terror/tap/spymux`.
- Simple to use: invoke `spymux` in any tmux session.
- Configuration options include disabling colors (`--no-colors`) and resuming sessions (`resume` command).
- Navigation keys: arrow keys or hjkl for movement, enter to focus, x to hide, q/esc to quit.
- Inspired by tools like Claude Squad, focusing on simplicity and visibility across agent instances.