#krep
CLI Tool that replicates the basic functionality of grep
in Rust.
cargo install https://github.com/karim-w/krep
{process} | krep <pattern>
$ echo "Hello World" | krep Hello
Hello World
BSD-3-Clause
Karim W
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.