# rigrep ![Build](https://github.com/yasufe/rigrep/workflows/Actions/badge.svg) simplistic implementation of grep in RUST ## Build ```bash $ git clone https://github.com/ch3ck/rigrep.git $ cd rigrep $ cargo run `query` `filename` $ CASE_INSENSITIVE=1 cargo run `query` `filename` # case insensitive search ```