niamster / tgrep

Toy grep

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Toy grep

License:The Unlicense


Languages

Language:Rust 100.0%