tmuxr (version 0.1.0)

send_lines: Send multiple lines to a session, window, or pane.

Description

Send multiple lines to a session, window, or pane.

Usage

send_lines(target, lines, wait = TRUE)

Arguments

target

A session, window, or pane.

lines

A character vector.

wait

Should there be waited for the prompt after sending each line?