Minigrep

Minigrep

MiniGrep is a clone of the 'grep' command line tool found in Linux.
Date: February-2024
Rustcolored crate

MiniGrep

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.

Features

Tech Stack

Usage

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.

License

This project is open source and available under the MIT License.