thud.sh
v0.12.3
Published
A tiny tmux HUD for keeping agent work visible.
Readme
thud.sh
A tiny tmux HUD for keeping agent work visible.
thud shows your tmux sessions, windows, panes, and agent status in one terminal view. Leave it open as a monitor, or invoke it for quick actions like jumping to the next pane that needs attention.
Install
Requirements:
Install with your package manager:
npm:
npm install -g thud.shBun:
bun add -g thud.shpnpm:
pnpm add -g thud.shUsage
thudThe app is keyboard-first and explains itself. Press ? for shortcuts or Ctrl+P for commands.
Useful entry points:
thud jump
thud --mode=popup
thud help
thud versionExample tmux bindings:
bind-key J run-shell 'thud jump "#{pane_id}"'
bind-key T display-popup -E -w 90% -h 90% 'thud --mode=popup'OpenCode status integration
To show OpenCode pane status in thud:
opencode plugin thud.shDevelopment
bun install
bun run start
bun test
bun run build