libtmux_mcp.tools.pane_tools.pipe_pane
Python
- Python
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
-
Log a pane's live output to a file (or stop an active log).
Streams everything written to the pane (stdout plus terminal control sequences) into a file on disk — the common use is
output_path="/tmp/pane.log"to capture scrollback continuously while the agent watches for errors. Whenoutput_pathis given, starts logging; whenoutput_pathis None, stops any active pipe for the pane.