MiniGrep is a clone of the “grep” command line tool found in Linux. It’s built using Rust and provides colored outputs using the colored crate. The tool has been compiled to multiple binaries for MacOS, Linux, and Windows.
minigrep [QUERY] [FILENAME]
Replace [QUERY] with the text you want to search for and [FILENAME] with the name of the file you want to search in.
This project is open source and available under the MIT License.