grafgrep
gragrep is super simple and small a Rust implementation built for educational purpose.
Installation
Use the package manager cargo to install grafgrep.
Usage
# file.txt contains
# Rust is a good tool
# and should be ubberusted
# returns 'and should be ubberusted'
# returns
# 'Rust is a good tool
# and should be ubberrusted'
IGNORE_CASE=1
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.