Skip to main content

setup_pipe_pane

Function setup_pipe_pane 

Source
pub fn setup_pipe_pane(target: &str, log_path: &Path) -> Result<()>
Expand description

Set up pipe-pane to capture all output from the target pane to a log file.

Uses tmux pipe-pane -t <session> "cat >> <log_path>" to stream all PTY output to a file. This is the foundation for event extraction.