Skip to content

Libonet/minigrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minigrep is a small copy of ripgrep, a line-oriented search tool that recursively searches the current directory for a regex pattern.

In minigrep's case, by default it searches recursively the current directory for the query, but a file can also be provided

Usage

minigrep [OPTIONS] <query> [path]

Arguments:
  <query>  The string to search for matches
  [path]   The path in which to search for the query [default: .]

Options:
  -i, --ignore_case  Searches for any match ignoring case
  -h, --help         Print help
  -V, --version      Print version

About

A small copy of ripgrep

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages