tgrep

tgrep is a toy grep that searches regexp recursively and applies .gitignore rules if specified.

Installation

Install cargo and run cargo install tgrep.

Usage

```

tgrep 'my socks' ~ ```

Normal mode

Normal mode

Verbose output

Verbose mode

NOTE

The architecture of the app might look sick - don't worry, it's just a playground for various Rust paradigms.