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

https://github.com/maltsev-dev/mini_grep

Interpretation of a popular CLI instrument
https://github.com/maltsev-dev/mini_grep

rust rust-book rust-lang

Last synced: 9 months ago
JSON representation

Interpretation of a popular CLI instrument

Awesome Lists containing this project

README

          

mini grep. globally search a regular expression and print

1. cargo run -- body poem.txt
2. $Env:IGNORE_CASE=1; cargo run -- to poem.txt

= Inspiration from a book =