#grep #implemented #version #path #search-file #directory

app rsgrep

使用Rust编写的grep的简单版本

5个版本 (重大更改)

0.5.0 2019年10月19日
0.4.0 2019年10月10日
0.3.0 2019年10月7日
0.2.0 2019年10月3日
0.1.0 2019年10月2日

#14#search-file

Download history 4/week @ 2024-06-30 54/week @ 2024-07-28

每月下载 58次

MIT 许可证

18KB
490 代码行(不包括注释)

这是一个使用Rust编写的grep的简单版本。

帮助

rsgrep 0.5.0
Christian Blume
A simple version of grep implemented in Rust

USAGE:
    rsgrep [FLAGS] <string> <path>

FLAGS:
    -c, --color          Output colored strings
    -f, --followlinks    Follow links
    -h, --help           Prints help information
    -i, --insensitive    Case insensitive search
    -l, --location       Print filename and line number
    -r, --recursive      Search directories recursively
    -e, --regex          Interpret the search string as a regular expression
    -t, --relative       Print relative filenames
    -V, --version        Prints version information
    -w, --warnings       Show warnings

ARGS:
    <string>    The string to search for
    <path>      The path to search in (file or directory)

依赖项

~3–11MB
~101K SLoC