This is my take on grep. I wrote it in a way so that vscode line navigation works for grep. This is grep(without all its features) with one extra feature written in rust.
Note: You will need rust and cargo to build the binaries for your platform.
- You can easily build the binaries using:
$ git clone git@github.com:S-Mann/bad-grep.git
$ cd ./bad-grep
$ cargo install --path .
- Then you can run it using:
$ bad-grep -q "grep" -f ./README.md