Scatterbrained implementation of minigrep
FEATURES
- Straightforward
- Case sensitive
- No regex
- No help menu
- child's play
INSTALLATION
bash
cargo install scatterbrainedsearch
USAGE
bash
sbs file.txt pATtErN
TODO
- Improve entire codebase, specially the public function:
run
.
- Print matching line number along with the contents.
- Implement more necessary tests
LICENSE
The project is made available under the MIT license. More information can be found in the LICENSE
file.