Skip to content

TamplierS1/tinygrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinygrep

tinygrep is a simple Rust implementation of grep. tinygrep is about 2.5 times slower than grep.

Dependencies

  • colored - 2.0.0 - colored terminal output.
  • twoway - 0.2.1 - faster string searches.

Usage

Search a single file for a string:

tinygrep string file

Search a directory for a string (recursively):

tinygrep string directory

Releases

No releases published

Packages

No packages published

Languages