Skip to content

Pangeran29/minie-winie-grip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

MINIE WINIE GRIP (it's just a grep but with RUST 😎)

In Rust Docs (https://doc.rust-lang.org/book/ch12-00-an-io-project.html) there is a project building a command line program that performs things like what grep does, searching for some string with some pattern that is provided. To make this project better, I decide to make a more complex system. this program will search into some string pattern but rather than searching it in a file this minie winie grip will search into a whole directory that provides. Also, this program will return the reference to the related string, think of it like a string searcher in VsCode (ctrl + shift + f). cool right 😎

alt text alt text

TO DO

  1. exclude search in some diretory (binary/else)

AVAILABLE COMMAND

IGNORE_CASE=1 cargo run --

*** IGNORE_CASE=* for specifying to search with case sensitive or insensitive

About

grep but with RUST 😎

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages