/krep

CLI Tool Replicating the base functionality of 'grep'

Primary LanguageRustBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

#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.