tgrep
is a toy grep that searches regexp recursively and applies .gitignore rules if specified.
Install cargo and run cargo install tgrep
.
> tgrep 'my socks' ~
The architecture of the app might look sick - don't worry, it's just a playground for various Rust paradigms.