MINIGREP
Minigrep
ID: minigrep // PROJECTDATE: February-2024
PROJECT_OVERVIEW
Engineered a 'grep' command-line tool clone in Rust with colored outputs via the colored crate, compiled into binaries for MacOS, Linux, and Windows for cross platform use.
TECH_STACK
- > Rust [OK]
- > colored crate [OK]
PROJECT_DETAILS
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
- Search for patterns within text
- Colored output for easy reading
- Cross-platform support (MacOS, Linux, Windows)
Tech Stack
- Rust
- colored crate
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.