Karim-W / krep

CLI Tool Replicating the base functionality of 'grep'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

CLI Tool Replicating the base functionality of 'grep'

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Rust 100.0%