summaryrefslogtreecommitdiffstats
path: root/src/search_stream.rs
AgeCommit message (Expand)Author
2017-10-08Fix printing context after an early return from a searchAntti Keränen
2017-02-18Tweak how binary files are handled internally.Andrew Gallant
2017-01-08Remove trivial condition.Daniel Luz
2016-12-23fix some clippy lints (#288)Leonardo Yvens
2016-11-20Completely re-work colored output and tty handling.Andrew Gallant
2016-11-19Rename --files-without-matches to --files-without-match.Andrew Gallant
2016-11-19Add --files-without-matches flag.Daniel Luz
2016-11-17Switch from Docopt to Clap.Andrew Gallant
2016-11-06rewordAndrew Gallant
2016-11-06rewordAndrew Gallant
2016-11-06Add -m/--max-count flag.Andrew Gallant
2016-11-05Use the bytecount crate for fast line counting.Andre Bogus
2016-09-28Be better with short circuiting with --quiet.Andrew Gallant
2016-09-25Don't replace NUL bytes when searching binary files as text.Andrew Gallant
2016-09-25Stop after first match is found with --quiet.Andrew Gallant
2016-09-24Add --files-with-matches flag.Andrew Schwartzmeyer
2016-09-13Stream results when feasible.0.0.19Andrew Gallant
2016-09-10Make line counting much faster.Andrew Gallant
2016-09-10Rename search module to search_stream.Andrew Gallant