Crates.io | tgrep |
lib.rs | tgrep |
version | 1.6.10 |
source | src |
created_at | 2021-02-10 08:08:40.255325 |
updated_at | 2023-07-20 13:14:28.70576 |
description | Toy grep that honors .gitignore |
homepage | https://github.com/niamster/tgrep |
repository | https://github.com/niamster/tgrep |
max_upload_size | |
id | 353116 |
size | 271,493 |
tgrep
is a toy grep that searches regexp recursively and applies .gitignore rules if specified.
Install cargo and run cargo install tgrep
.
> tgrep 'my socks' ~
The architecture of the app might look sick - don't worry, it's just a playground for various Rust paradigms.