1 unstable release

0.1.0 Jan 18, 2023

#53 in #file-search

21 downloads per month

MIT/Apache

4KB
78 lines

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

No runtime deps