summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2023-07-08doc: add another example for the config fileAndrew Gallant
2021-05-31cli: add -. as short option for --hiddenJoão Marcos
2021-05-31doc: improve wordingVarik Valefor
2020-11-15doc: clarify that CLI invocation must always be validAndrew Gallant
2020-05-08doc: clarify that *files* override gitignoresAndrew Gallant
2020-03-15doc: note ripgrep's stdin behaviorAndrew Gallant
2020-02-17cli: add --no-ignore-exclude flagNaveen Nathan
2019-08-07doc: update to reflect glob matching behavior changeLawAbidingCactus
2019-04-14doc: note cases of exorbitant memory usageAndrew Gallant
2019-04-14binary: rejigger ripgrep's handling of binary filesAndrew Gallant
2019-04-05config: switch to using bstrsAndrew Gallant
2019-01-26exit: tweak exit status logicAndrew Gallant
2019-01-26args: prevent panicking in 'rg -h | rg'Andrew Gallant
2019-01-26doc: add note about inverted flagsAndrew Gallant
2019-01-14doc: fix typoDavid Håsäther
2018-08-21doc: update ripgrep's descriptionAndrew Gallant
2018-07-22ripgrep: improve usage documentationAndrew Gallant
2018-05-25doc: sync config file examplesAhmed El Gabri
2018-02-23doc: use PATTERNFILE for -f/--file flagAndrew Gallant
2018-02-10doc: overhaul documentationAndrew Gallant
2018-02-06doc: generate man pageAndrew Gallant
2018-02-04config: add persistent configurationAndrew Gallant
2018-01-30search: add support for searching compressed filesBalaji Sivaraman
2018-01-11printer: add --passthru flagdana
2018-01-11doc: various updatesdana
2018-01-01printer: add support for line number alignmentBalaji Sivaraman
2017-12-18Add note about --smart-case smartnessdana
2017-10-12State the default case sensitivityTrent Davis
2017-09-06doc: clarify --with-filename behavior with --headingDan Fabulich
2017-08-23doc: note that ripgrep may terminate unexpectedlyAndrew Gallant
2017-08-23man: synchronize man page with --helpAndrew Gallant
2017-08-09Add -x/--line-regexp (#520)dana
2017-06-01Use uppercase for required argument namesEric Nielsen
2017-05-26Update help and man pagesEric Nielsen
2017-05-25Update documentation for --color ansiEric Nielsen
2017-05-24Fix typo, should be 'mode' instead of 'more'Eric Nielsen
2017-04-09Add ability to colorize column numbers.Andrew Gallant
2017-04-09update man pageAndrew Gallant
2017-04-09Add `-o/--only-matching` flag.Roman Proskuryakov
2017-03-28Add -0 shortcut for --nullRoman Proskuryakov
2017-03-12Add new -M/--max-columns option.Ralf Jung
2017-03-12Improve docs for --glob flag.Andrew Gallant
2017-03-12Clarify -u/--unrestricted flags.Andrew Gallant
2017-03-12Add support for additional text encodings.Andrew Gallant
2017-03-08Add `--max-filesize` option to clitiehuis
2017-01-11Make --column imply --line-number.Andrew Gallant
2017-01-10Add --path-separator flag.Andrew Gallant
2017-01-10Add example to -r/--replace docs.Andrew Gallant
2017-01-08Sync documented threads cap to code.Daniel Luz
2017-01-07Provide a mechanism to compose type definitionsIan Kerins