Skip to content

0xlilith/rrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


rrep - A simple grep in rust

What Is grep? Grep is a command-line tool that allows you to find a string in a file or stream

Version

Usage

rrep [search] [filename.extension]

Example

Normal [Default case sensitive]

screenshot


Case Insensitive
  • set the env variable using "export CASE=true"

screenshot

Build

  • note: rust has to be installed
git clone https://github.com/0xlilith/rrep.git
cd rrep
cargo build

Credits

https://github.com/0xlilith

Contributions

Any contributions are accepted through PR

About

grep in rust but with more coolness

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages