back
loading skill details...
Control tmux sessions/panes for interactive CLIs: list, capture output, send keys, paste text, monitor prompts.
tmux Use for existing interactive tmux sessions. For one-shot commands, use normal shell. For new non-interactive background jobs, use background execution. Basics tmux ls tmux list-windows -t shared tmux list-panes -t shared:0 tmux capture-pane -t shared:0.0 -p tmux capture-pane -t shared:0.0 -p -S - Target format: session:window.pane, e.g. shared:0.0. Send input Literal text, then Enter:
don't have the plugin yet? install it then click "run inline in claude" again.