8000 GitHub - ryo-imai-bit/grrs: grep like tool written by Rust
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Readme

Stars

Watchers

Forks

Languages

0