https://github.com/arpitjp/mingrep
https://github.com/arpitjp/mingrep
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/arpitjp/mingrep
- Owner: arpitjp
- Created: 2023-01-16T17:15:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T19:40:06.000Z (over 3 years ago)
- Last Synced: 2025-01-22T04:44:11.547Z (over 1 year ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```