A small command line utility for finding text in many files
It's basically grep but faster and uses colors in the output.
go install ./...
Grope now features a GUI that will only probably work with Linux running X11.
This uses my Goat GUI toolkit.
grope -dir="~/Code" -glob="*.go" -regex="^(foo|bar)$" -case -ignore="^(baz|qux)$"
Run the following command for help.
grope -help