yesit
is an enhanced version of classic Unix yes
command. While retaining
the simplicity of yes
, yesit
extends its functionality to support
interactive applications by automatically responding to prompts.
- Ensure you have Rust installed on your system.
- Clone the
yesit
repository:git clone https://github.com/Nohac/yesit
- Navigate into the
yesit
directory:cd yesit
- Build the project using Cargo:
cargo build --release
- The executable will be located in
target/release/
. - It's also possible to install
yesit
by running:cargo install --path .
yesit [OPTIONS] -- [COMMAND]
Automatically agree to all prompts with "yes" every second for a script:
yesit -p yes -i 1s -- ./your_script.sh
yesit
is open-source software licensed under the MIT license. See the LICENSE file for more details.
Disclaimer: This README has been generated by an AI based on the provided program information.