Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 667 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 667 Bytes

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.