summaryrefslogtreecommitdiffstats
path: root/src/printer.rs
AgeCommit message (Expand)Author
2017-10-21printer: fix colors on empty matchesAndrew Gallant
2017-10-21styleAndrew Gallant
2017-10-20printer: --only-matching works with --replaceEvgeny Kulikov
2017-10-08Color --replace text using the match typeJames McCoy
2017-07-17Fix invisible file path text in PowerShell (#557)Lincoln Atkinson
2017-05-29Fix another bug in -o/--only-matching.Andrew Gallant
2017-04-21Fix reiteration of the first found match with --only-mathing flagRoman Proskuryakov
2017-04-09Add ability to colorize column numbers.Andrew Gallant
2017-04-09Add `-o/--only-matching` flag.Roman Proskuryakov
2017-03-31Enforce 79 column limit. Grr.Andrew Gallant
2017-03-31Improves Printer, fixes some bugsRoman Proskuryakov
2017-03-12Add new -M/--max-columns option.Ralf Jung
2017-01-10Add --path-separator flag.Andrew Gallant
2017-01-06Rejigger bold and intense settings.Andrew Gallant
2017-01-01Update to regex 0.2.Andrew Gallant
2016-12-23fix some clippy lints (#288)Leonardo Yvens
2016-11-21Only emit bold ANSI code if bold is true.Andrew Gallant
2016-11-20Completely re-work colored output and tty handling.Andrew Gallant
2016-11-05Add parallel recursive directory iterator.Andrew Gallant
2016-10-29Move all gitignore matching to separate crate.Andrew Gallant
2016-09-28Be better with short circuiting with --quiet.Andrew Gallant
2016-09-28colorize filepath at the beginning of line too依云
2016-09-27Merge pull request #114 from cetra3/colorChoiceAndrew Gallant
2016-09-27Add colour choicecetra3
2016-09-26Don't print empty lines in single threaded mode.Andrew Gallant
2016-09-26Add a --null flag.Andrew Gallant
2016-09-26Fix an off-by-one error with --column.Andrew Gallant
2016-09-25fix windowsAndrew Gallant
2016-09-25Make printing paths a bit faster.Andrew Gallant
2016-09-25Stop after first match is found with --quiet.Andrew Gallant
2016-09-24Change the default output of --files to elide './'.Andrew Gallant
2016-09-23Column numbers should start at 1.Andrew Gallant
2016-09-22Add --vimgrep flag.Andrew Gallant
2016-09-13Stream results when feasible.0.0.19Andrew Gallant
2016-09-08Refactor how coloring is done.0.0.14Andrew Gallant
2016-09-07Hack in Windows console coloring.0.0.11Andrew Gallant
2016-09-06Add support for printing column numbers.Andrew Gallant
2016-09-06Tweak colors.Andrew Gallant
2016-09-05Fix yellow color to match ack.Andrew Gallant
2016-09-05Fix context writing.0.0.1Andrew Gallant
2016-09-05Fix deps so that others can build it.Andrew Gallant
2016-09-05More progress. With coloring!Andrew Gallant
2016-09-05Lots of progress:Andrew Gallant
2016-09-03making search work (finally)Andrew Gallant
2016-09-01Make "before" context work.Andrew Gallant
2016-08-31struggling with printing contexts, what a messAndrew Gallant
2016-08-29The search code is a mess, but...Andrew Gallant
2016-08-28Lots of improvements. Most notably, removal of memory maps for searching.Andrew Gallant
2016-08-28Implementing core functionality.Andrew Gallant