CREB: a command line application for searching patterns in file build with rust 🦀, inspired by the original grep tool.
git clone https://github.com/carlosdanielmaturano/creb.git
cd creb
cargo run <PATTERN> <FILE-PATH> <OPTIONS-FLAGS>
cargo build --release
./target/release/creb
the options flags are used to give the user a bit more control of what the program should, do and that options included
command | description |
---|---|
-v or --invert | invert the match output |
-c or --color | colorize the matching results |
-n or --numbers | display the line number of the matching content |