An open API service indexing awesome lists of open source software.

https://github.com/unknownrori/minigrep

A simple recreation of "grep" using Rust Programming Language
https://github.com/unknownrori/minigrep

grep-like minigrep rust-lang

Last synced: 2 months ago
JSON representation

A simple recreation of "grep" using Rust Programming Language

Awesome Lists containing this project

README

        

# Mini-Grep

Very simple grep like cmd line app written in rust, it's provide basic functionality for searching a piece of text and print out entire line that contain it into terminal.

## 🛠️ Development & 🚀 Running

```bash
# Clone the repo
> git clone https://github.com/UnknownRori/minigrep

> cd minigrep

# Run the minigrep
> cargo run

# Or show the help
> cargo run
> cargo run -- -h
```

## 🌟 Contributions

Feel free to submit a pull request if something is off in the source code.