summaryrefslogtreecommitdiffstats
path: root/src/printer.rs
AgeCommit message (Expand)Author
2018-06-23ripgrep/printer: fix small performance regressionAndrew Gallant
2018-04-23output: remove unnecessary mut bindingAndrew Gallant
2018-04-23output: remove --line-number-width flagAndrew Gallant
2018-03-10search: add -b/--byte-offset flagBalaji Sivaraman
2018-02-20termcolor: add underline supportBalaji Sivaraman
2018-01-01cleanup: replace try! with ?Balaji Sivaraman
2018-01-01printer: add support for line number alignmentBalaji Sivaraman
2017-11-22clippy: fix warnings about useless format call and remove references that wou...Matthias Krüger
2017-11-22clippy: docs: put more relevant things into backticks.Matthias Krüger
2017-11-01fix some typosMartin Lindhe
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