https://github.com/alesbe/minigrep
Terminal utility to search words/strings in files, made with Rust 🦀
https://github.com/alesbe/minigrep
grep linux minigrep rust
Last synced: 4 months ago
JSON representation
Terminal utility to search words/strings in files, made with Rust 🦀
- Host: GitHub
- URL: https://github.com/alesbe/minigrep
- Owner: alesbe
- Created: 2022-05-25T22:00:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-26T15:27:11.000Z (about 3 years ago)
- Last Synced: 2025-01-09T07:13:32.697Z (5 months ago)
- Topics: grep, linux, minigrep, rust
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📰 Minigrep
A terminal utility to search words or strings in files made with [Rust 🦀](https://www.rust-lang.org/)
*The objective of this project is to practice while doing the [Rust Book](https://doc.rust-lang.org/book/title-page.html)! It's still in development. If you want to use a grep made with Rust, check out [ripgrep](https://github.com/BurntSushi/ripgrep)!*
## 📦 Install
- Option 1: Download minigrep from [Releases](https://github.com/alesbe/minigrep/releases)
- Option 2: Compile the project using [cargo](https://doc.rust-lang.org/cargo/)