{"id":65383,"library":"expectrl","title":"Expectrl","description":"A tool for automating terminal applications in Unix, similar to Don Libes' expect.","status":"active","version":"0.9.0","language":"rust","source_language":null,"source_url":"https://github.com/zhiburt/expectrl","tags":["automation","terminal","testing"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nexpectrl = \"0.9.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add expectrl","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"spawn","correct":"use expectrl::spawn;"}],"quickstart":{"code":"use expectrl::spawn;\n\nfn main() -> Result<(), Box<dyn std::error::Error>> {\n    let mut p = spawn(\"echo hello\")?;\n    p.expect(\"hello\")?;\n    println!(\"Matched!\");\n    Ok(())\n}","lang":"rust","description":"Spawn a process and expect output."},"warnings":[],"env_vars":null,"search_vec":"'applic':7 'autom':5,15 'expect':14 'expectrl':1 'libe':13 'similar':10 'termin':6,16 'test':17 'tool':3 'unix':9","created_at":"2026-06-17T17:09:34.186203+00:00","updated_at":"2026-06-17T17:09:34.186203+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/zhiburt/expectrl","github":"https://github.com/zhiburt/expectrl","docs":"https://docs.rs/expectrl/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["testing"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}