// tmux
tmux
Record an attached tmux session, capture pane buffers, and export them like any other recording.
Record a tmux session
$ rekord tmux start --name infra ● attached · recording 2 panes
Capture & export
$ rekord tmux capture --target 0.1 ✓ captured pane 0.1 · 84 lines $ rekord export infra --to markdown ✓ wrote infra.md
▋ note
tmux mode records each pane as its own event stream, so multi-pane workflows stay legible in exports instead of collapsing into one column.