expectrl icon indicating copy to clipboard operation
expectrl copied to clipboard

A rust library for controlling interactive programs in a pseudo-terminal

Results 23 expectrl issues
Sort by recently updated
recently updated
newest added

Let's say this code ```Rust let mut session = expectrl::repl::spawn_python(); ``` I need it find `python` in somewhere else beyond system PATH, so I add something like ```Rust if let...

question

I'm writing a test harness for a CLI application and would like to get the buffer's content if the session times out while expecting something. This would help debug when...

question

Updated the copyright year from 2021 to 2025 in the LICENSE file