tgrep

Crates.iotgrep
lib.rstgrep
version1.6.10
sourcesrc
created_at2021-02-10 08:08:40.255325
updated_at2023-07-20 13:14:28.70576
descriptionToy grep that honors .gitignore
homepagehttps://github.com/niamster/tgrep
repositoryhttps://github.com/niamster/tgrep
max_upload_size
id353116
size271,493
Dmytro Milinevskyi (niamster)

documentation

README

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.

Commit count: 158

cargo fmt