rmux docs

Connect and write

Start or connect to the daemon, ensure one session, write text, wait for it, then capture a snapshot.

Copy link
rust
let pane = session.pane(0, 0);
pane.send_text("echo hello\n").await?;
pane.wait_for_text("hello").await?;
API Symbols
API used here
rmux terminal · fullscreen