Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 452 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 452 Bytes

#krep

CLI Tool that replicates the basic functionality of grep in Rust.

Installation

cargo install https://github.com/karim-w/krep

Usage

{process} | krep <pattern>

Example

$ echo "Hello World" | krep Hello
Hello World

License

BSD-3-Clause

Author

Karim W

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.