#grep #cli #file-path #rust

bin+lib grrs-masterbongo

A simple implementation of grep

1 unstable release

0.1.0 Feb 6, 2025

#2595 in Command line utilities

Download history 135/week @ 2025-02-05

135 downloads per month

MIT license

9KB
58 lines

grrs

A grep clone

Usage: grrs [OPTIONS] <PATTERN> <PATH>

Arguments:
  <PATTERN>  the pattern to look for
  <PATH>     the path to the file

Options:
  -s, --slow     slow or not
  -v, --verbose  enable verbose output
  -h, --help     Print help

Dependencies

~4–11MB
~120K SLoC