mingrep_arpitjp 0.1.0

my first crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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
```