A simple grep-like tool implemented in Go.
This was done for 2 reasons:
- It was a nice exercise to write some Go code.
- I could actually benefit from having this functionality on Windows.
As such, it only contains features that I found useful or felt like building.
It does not support regular expressions and its feature set is lacking compared to something like GNU grep.