summaryrefslogtreecommitdiffstats
path: root/src/args.rs
AgeCommit message (Expand)Author
2020-02-17repo: move all source code in crates directoryAndrew Gallant
2020-02-17style: rustfmt everythingAndrew Gallant
2020-02-17cli: add --no-unicode, deprecate --no-pcre2-unicodeAndrew Gallant
2020-02-17cli: add --no-require-git flagAndrew Gallant
2020-02-17cli: make ripgrep work in non-existent directoriesAndrew Gallant
2020-02-17cli: add --no-ignore-exclude flagNaveen Nathan
2020-02-17cli: add --include-zero flagCollin Styles
2020-02-17cli: add --no-context-separator flagMohammad AlSaleh
2019-08-01ripgrep: fix bug when CWD has directory named `-`Ninan John
2019-08-01ripgrep: add --glob-case-insensitivedana
2019-04-15ripgrep: max-column-preview --> max-columns-previewAndrew Gallant
2019-04-14ripgrep: add --auto-hybrid-regex flagAndrew Gallant
2019-04-14ripgrep: increase pcre2's default JIT stack sizeAndrew Gallant
2019-04-14ripgrep: add --pcre2-version flagAndrew Gallant
2019-04-14printer: support previews for long linesAndrew Gallant
2019-04-14binary: rejigger ripgrep's handling of binary filesAndrew Gallant
2019-04-07regex: make multi-literal searcher fasterAndrew Gallant
2019-04-06searcher: add option to disable BOM sniffinglesnyrumcajs
2019-04-06ripgrep: remove extra new-line after Clap outputdana
2019-01-26search: fix -F and -f interaction bugAndrew Gallant
2019-01-26exit: tweak exit status logicAndrew Gallant
2019-01-26args: prevent panicking in 'rg -h | rg'Andrew Gallant
2019-01-26config: add --no-ignore-dot flagAndrew Gallant
2019-01-23ripgrep: don't skip stdout in --files modeRob Lourens
2019-01-22ripgrep: add --ignore-file-case-insensitiveDavid Torosyan
2019-01-19edition: move core ripgrep to Rust 2018Andrew Gallant
2018-09-25ripgrep: suggest -U/--multilineAndrew Gallant
2018-09-08pcre2: use jit_if_availablegrep-pcre2-0.1.2grep-0.2.3Andrew Gallant
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-27ripgrep: use 'ignore' for skipping stdoutAndrew Gallant
2018-08-26ripgrep: add --sort and --sortr flagsAndrew Gallant
2018-08-26ignore: add 'same_file_system' optionAndrew Gallant
2018-08-25ripgrep: use winapi-util for stdin_is_readableAndrew Gallant
2018-08-20ripgrep: migrate to libripgrepAndrew Gallant
2018-07-22ripgrep: when given no patterns, don't matchAndrew Gallant
2018-07-22ripgrep: add --no-ignore-global flagAndrew Gallant
2018-07-22ripgrep: better --path-separator error messageAndrew Gallant
2018-07-21ripgrep: add --pre flagCharles Blake
2018-06-25ripgrep: rename --maxdepth to --max-depthdana
2018-06-23ripgrep: use new BufferedStandardStream from termcolorAndrew Gallant
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-03-13grep: upgrade to regex-syntax 0.5Andrew Gallant
2018-03-12deps: update regex crateAndrew 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