tgrep 1.2.2

Toy grep that honors .gitignore
tgrep-1.2.2 is not a library.
Visit the last successful build: tgrep-1.6.10

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.