tmuxctl 0.1.0

A bidirectional tmux control-mode (tmux -C) client: typed notification stream, command reply correlation, pane-output decoding, and layout-tree parsing.
Documentation
1
2
3
4
5
6
7
8
9
10
# decisions

Architecture Decision Records — dated, append-only, one decision per file. Each pins a
choice and the reasoning behind it so a later reader need not reconstruct it.

Name files `YYYY-MM-DD-short-slug.md`. Supersede rather than edit: a reversed decision gets
a new ADR that references the old one.

- [`2026-06-18-crate-name-license-and-shape.md`]2026-06-18-crate-name-license-and-shape.md
  — crate name `tmuxctl`, dual MIT/Apache-2.0, standalone publishable crate, tokio async.