Releases: zakcutner/fastgrep
Releases · zakcutner/fastgrep
0.3.1
0.3.0
Support regular expressions and optional colouring Improve command line options to include a flag to support regular expression patterns and another to indicate when the output should be coloured. Create a `Pattern` trait in order to support both `String` and `Regex` types to be patterns. Include pattern field in builder pattern when being set.