#grep #path #query #version

app core-grep

This is core grep project

7 releases

0.1.9 Nov 24, 2024
0.1.8 Nov 23, 2024

#144 in Filesystem

Download history 541/week @ 2024-11-19 25/week @ 2024-11-26 9/week @ 2024-12-10

575 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.2–3MB
~54K SLoC