From 34d0807ee27e3fb507cb91dd28659f6120811f18 Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 3 Mar 2018 16:52:13 -0500 Subject: [PATCH] Add philippkeller/rexpect. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb8c04c..90f7d4e 100644 --- a/README.md +++ b/README.md @@ -458,6 +458,7 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust and IDEs](https * Pipeline * [imp/pager-rs](https://gitlab.com/imp/pager-rs) [[pager](https://crates.io/crates/pager)] — pipe your output through an external pager [](https://gitlab.com/imp/pager-rs/pipelines) * [hniksic/rust-subprocess](https://github.com/hniksic/rust-subprocess) [[subprocess](https://crates.io/crates/subprocess)] — facilities for interaction with external pipelines [](https://travis-ci.org/hniksic/rust-subprocess) + * [philippkeller/rexpect](https://github.com/philippkeller/rexpect) [[rexpect](https://crates.io/crates/rexpect)] - automate interactive applications such as ssh, ftp, passwd, etc [](https://travis-ci.org/philippkeller/rexpect) * Progress * [mitsuhiko/indicatif](https://github.com/mitsuhiko/indicatif) [[indicatif](https://crates.io/crates/indicatif)] — indicate progress to users * [a8m/pb](https://github.com/a8m/pb) [[pbr](https://crates.io/crates/pbr)] — console progress bar for Rust