Skip to content

metalogica/minigrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Grep

A CLI tool for pattern matching files using REGEXP.

How to use

Case Sensitive execution:

# cargo run search_term /path/to/file
cargo run fRoG poem.txt
# => No results found.

Case Insensitive execution:

# ENV cargo run search_term /path/to/file
CASE_INSENSITIVE=1 cargo run fRoG poem.txt
# => How public, like a frog

About

Text searching CLI tool built in Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages