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

https://github.com/arpitjp/mingrep


https://github.com/arpitjp/mingrep

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Mingrep
CLI to search text within a file

## Build
`cargo build --release`

## Run
Normal search
```
mingrep to poem.txt
```
Case insensitive search
```
IGNORE_CASE=1 mingrep to poem.txt
```