This is Grape. Grape is a grep. Grape is built using Rust.
To use DirtyBit, your system must have Rust installed.
- Clone the repository:
git clone https://github.com/V3D4NTH/Grape
- Switch to the directory:
cd Grape
-
Ensure you have
cargo (1.62)
installed locally -
Run
./your_program.sh
to run your program, which is implemented insrc/main.rs
. This command compiles your Rust project, so it might be slow the first time you run it. Subsequent runs will be fast. -
Build the project using:
cargo build --release