The Grep utility written in Rust
How to use
The app take 2 arguments: query search, file pattern. Also, it has a couple of options set up from environment variables. See the examples below:
IGNORE_CASE=1
IS_REGEXP=1
IS_REGEXP=1 IGNORE_CASE=1
Or if you want to run the binary only:
IS_REGEXP=1 IGNORE_CASE=1