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

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 🦀

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/)

![screenshot](https://i.imgur.com/p6JnOFC.png)

*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/)