summaryrefslogtreecommitdiffstats
path: root/src/app.rs
AgeCommit message (Expand)Author
2019-08-01doc: improve PCRE2 failure mode documentationAndrew Gallant
2019-08-01ripgrep: add --glob-case-insensitivedana
2019-07-04doc: improve docs for --replace flagHugo Locurcio
2019-04-15doc: add note about --pre-globAndrew Gallant
2019-04-15ripgrep: max-column-preview --> max-columns-previewAndrew Gallant
2019-04-14ripgrep: add --auto-hybrid-regex flagAndrew Gallant
2019-04-14ripgrep: add --pcre2-version flagAndrew Gallant
2019-04-14ripgrep: add -I as a short option for --no-filenameAndrew Gallant
2019-04-14printer: support previews for long linesAndrew Gallant
2019-04-14binary: rejigger ripgrep's handling of binary filesAndrew Gallant
2019-04-06searcher: add option to disable BOM sniffinglesnyrumcajs
2019-01-26doc: clarify automatic encoding detectionAndrew Gallant
2019-01-26fmt: shorten --ignore-file-case-insensitive descriptionAndrew Gallant
2019-01-26config: add --no-ignore-dot flagAndrew Gallant
2019-01-22grep-cli: support Brotli/Zstd decompressiondana
2019-01-22ripgrep: add --ignore-file-case-insensitiveDavid Torosyan
2019-01-19edition: move core ripgrep to Rust 2018Andrew Gallant
2019-01-05doc: fix typoMarco Hinz
2018-11-06doc: escape braces in AsciiDocAndrew Gallant
2018-09-10doc: fix typoGabe Berke-Williams
2018-09-04ripgrep: add --pre-glob flagAndrew Gallant
2018-09-04ripgrep: add --line-buffered and --block-bufferedAndrew Gallant
2018-09-04grep-cli: introduce new grep-cli crateAndrew Gallant
2018-08-27doc: clarify and fix typoAndrew Gallant
2018-08-26ripgrep: add --sort and --sortr flagsAndrew Gallant
2018-08-26ignore: add 'same_file_system' optionAndrew Gallant
2018-08-21doc: update ripgrep's descriptionAndrew Gallant
2018-08-21ripgrep: move minimum version to Rust stableAndrew Gallant
2018-08-21ripgrep: make --no-pcre2-unicode the canonical flagAndrew Gallant
2018-08-20ripgrep: add --no-multiline-dotalldana
2018-08-20ripgrep: fix typos in option descriptionsdana
2018-08-20ripgrep: migrate to libripgrepAndrew Gallant
2018-07-22ripgrep: stop early when --files --quiet is usedAndrew Gallant
2018-07-22ripgrep: add --no-ignore-global flagAndrew Gallant
2018-07-22ripgrep: improve usage documentationAndrew Gallant
2018-07-21ripgrep: add --no-pre switchAndrew Gallant
2018-07-21ripgrep: reformat --pre warningAndrew Gallant
2018-07-21ripgrep: add warning to --pre flagAndrew Gallant
2018-07-21ripgrep: add --pre flagCharles Blake
2018-07-21ripgrep: add support for lz4 decompressionKalle Samuels
2018-06-25ripgrep: rename --maxdepth to --max-depthdana
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