rexpect
rexpect copied to clipboard
Rust port of pexpect
find fn returns a tuple with the unread buffer and the matched string by needle. The question is if it could also return the position of the expression used in...
Bumps [nix](https://github.com/nix-rust/nix) from 0.14.1 to 0.25.0. Changelog Sourced from nix's changelog. [0.25.0] - 2022-08-13 Added Added faccessat (#1780) Added memfd on Android. (#1773) Added ETH_P_ALL to SockProtocol enum (#1768) Added...
Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. Changelog Sourced from nix's changelog. [0.28.0] - 2024-02-24 Added Added mkdtemp wrapper (#1297) Add associated constants UTIME_OMIT UTIME_NOW for TimeSpec...
It's often very useful to see the pty IO for debugging, this PR adds a `passthrough` option which reads and writes to stdout.
Preparation patches for the 0.6.0 release.
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....
Updates the requirements on [which](https://github.com/harryfei/which-rs) to permit the latest version. Release notes Sourced from which's releases. 6.0.0 MSRV is now 1.70 Upgraded all dependencies to latest version Changelog Sourced from...
I'd like to use the functionality from https://github.com/rust-cli/rexpect/pull/103, but it seems that it's not released on crates.io yet. I would appreciate a new release, are there plans for it to...