summaryrefslogtreecommitdiffstats
path: root/src/app.rs
AgeCommit message (Expand)Author
2018-06-25ripgrep: add --fixed-strings flagdana
2018-04-23output: remove --line-number-width flagAndrew Gallant
2018-04-23output: add --no-column flagAndrew Gallant
2018-04-23logging: add new --no-ignore-messages flagAndrew Gallant
2018-04-23doc: more specific docs for --no-messagesAndrew Gallant
2018-03-10output: add --stats flagBalaji Sivaraman
2018-03-10args: treat --count --only-matching as --count-matchesAndrew Gallant
2018-03-10search: add a --count-matches flagBalaji Sivaraman
2018-03-10search: add -b/--byte-offset flagBalaji Sivaraman
2018-02-23doc: use PATTERNFILE for -f/--file flagAndrew Gallant
2018-02-20termcolor: add underline supportBalaji Sivaraman
2018-02-18doc: clarify --ignore-file flagCosmin Lehene
2018-02-17doc: fix files-with-matches typoUwe Dauernheim
2018-02-10doc: fix asciidoc->man formattingAndrew Gallant
2018-02-10doc: add color FAQ entriesAndrew Gallant
2018-02-10termcolor: permit hex colorsAndrew Gallant
2018-02-10doc: overhaul documentationAndrew Gallant
2018-02-10doc: clarify --files-without-matchAndrew Gallant
2018-02-06argv: add several hidden flagsAndrew Gallant
2018-02-06argv: support hidden flagsAndrew Gallant
2018-02-06doc: generate man pageAndrew Gallant
2018-02-06argv: tweak the meaning of zeroAndrew Gallant
2018-02-06argv: update clap to 2.29.4Andrew Gallant
2018-02-05argv: fix PATTERN typoKevin K
2018-02-04config: add persistent configurationAndrew Gallant
2018-02-04argv: permit repeated flagsAndrew Gallant
2018-02-04argv: refactor clap initializationAndrew Gallant
2018-02-04build: add git hashAndrew Gallant
2018-01-30search: add support for searching compressed filesBalaji Sivaraman
2018-01-29termcolor: add extended color supportMarc Tiehuis
2018-01-11printer: add --passthru flagdana
2018-01-11doc: various updatesdana
2018-01-01printer: add support for line number alignmentBalaji Sivaraman
2017-12-30Update app.rs (#707)flip111
2017-11-22clippy: string constants have static lifetime by default.Matthias Krüger
2017-10-20printer: --only-matching works with --replaceEvgeny Kulikov
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-09Add -x/--line-regexp (#520)dana
2017-07-30Allow options with non-numeric arguments to accept leading hyphens in argumen...dana
2017-07-07Tweak long_version features outputGabriel
2017-07-07Update `--version` output to show compile-time featuresdana
2017-07-03add --iglob flagPeter S Panov
2017-06-12Use clap's overrides_with and default_value_ifEric Nielsen
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-04-12Add dfa-size-limit and regex-size-limit argumentsMarc Tiehuis
2017-04-09Add ability to colorize column numbers.Andrew Gallant