Skip to content

Very small grep alternative written in Rust as a tutorial project.

Notifications You must be signed in to change notification settings

Priler/minigrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minigrep

Very small grep alternative written in Rust as a tutorial project.

Usage

minigrep to poem.txt for a case-sensitive search.
minigrep to poem.txt -i for non case-sensitive search.

ToDo

  • add indicatif for a large text files (i.e. > 100 lines)
  • multiple files search/glob
  • regex support?
  • benchmarks :3

About

Very small grep alternative written in Rust as a tutorial project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages