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
- Host: GitHub
- URL: https://github.com/unknownrori/minigrep
- Owner: UnknownRori
- Created: 2023-03-09T00:04:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-20T00:46:13.000Z (almost 2 years ago)
- Last Synced: 2024-12-18T19:26:44.732Z (5 months ago)
- Topics: grep-like, minigrep, rust-lang
- Language: Rust
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.