#grep #path #core-grep #grep-search

app core-grep

This is core grep project

7 releases

0.1.9 Nov 24, 2024
0.1.8 Nov 23, 2024

#479 in Filesystem

Download history 5/week @ 2024-12-08 4/week @ 2024-12-15 3/week @ 2025-02-02 1/week @ 2025-02-09

274 downloads per month

MIT license

7KB
111 lines

This is educatation project grep

How to install:

core grep

cargo install core-grep
cargo add grep-search

Example of using grep:

grep [options] [query] [path]

Options:

              -i -- ignore case
              -c -- count lines
              -v -- invert match
              -n -- numbers the lines
              -help -- help
              -version -- show version grep

Version grep -- 0.1.9

Note:

  • This is my first big project

Update version -- 0.1.9

  • Update function parse
  • Update README.md

Dependencies

~2.1–3MB
~54K SLoC