#grep #cli #rust

bin+lib grrs-masterbongo

A simple implementation of grep

1 unstable release

0.1.0 Feb 6, 2025

#2615 in Command line utilities

Download history 112/week @ 2025-02-01 23/week @ 2025-02-08 23/week @ 2025-02-15 6/week @ 2025-02-22 1/week @ 2025-03-01

86 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