libtmux_mcp.prompts.recipes.run_and_wait
Python
- Python
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
-
Run a shell command in a tmux pane and wait for completion.
The returned template teaches the high-level authored-command primitive:
run_commandsends the command, waits through a private tmux signal, captures output, and reports exit status in one typed result. Use lower-levelsend_keys+wait_for_channelonly when the caller needs custom shell composition outside this common command-completion shape.