rsgrep

Crates.iorsgrep
lib.rsrsgrep
version0.5.0
sourcesrc
created_at2019-10-02 08:24:12.779046
updated_at2019-10-19 02:36:06.961245
descriptionA simple version of grep implemented in Rust
homepagehttps://github.com/bloomen/rsgrep
repositoryhttps://github.com/bloomen/rsgrep
max_upload_size
id169320
size29,637
Christian Blume (bloomen)

documentation

https://github.com/bloomen/rsgrep

README

This is a simple version of grep implemented in Rust.

Help:

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)
Commit count: 27

cargo fmt