Skip to content

ryo-imai-bit/grrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grrs

based on https://rust-cli.github.io/book/index.html

Requirement

Rust 1.31.0 (or later)

Additional Features

  • accept multiple file paths, like original grep
  • highlight matching pattern, like original grep

Usage

demo

# run
$ cargo run -- <PATTERN> <PATH>
# or build
$ cargo build
# then, run
$ target/debug/grrs <PATTERN> <PATH>

About

grep like tool written by Rust

Resources

Stars

Watchers

Forks

Languages