summaryrefslogtreecommitdiffstats
path: root/src/args.rs
AgeCommit message (Expand)Author
2017-01-06Rejigger bold and intense settings.Andrew Gallant
2017-01-01Update to regex 0.2.Andrew Gallant
2016-12-24Remove special ^C handling.Andrew Gallant
2016-12-24Small code cleanups.Andrew Gallant
2016-12-23fix some clippy lints (#288)Leonardo Yvens
2016-11-20Get rid of special mmap decision on Windows.Andrew Gallant
2016-11-20Propagate no_messages option to worker.Andrew Gallant
2016-11-20Completely re-work colored output and tty handling.Andrew Gallant
2016-11-19Rename --files-without-matches to --files-without-match.Andrew Gallant
2016-11-19Add --files-without-matches flag.Daniel Luz
2016-11-17Fix stdin bug with --file.Andrew Gallant
2016-11-17Switch from Docopt to Clap.Andrew Gallant
2016-11-15Allow specifying patterns with `-f FILE` and `-f-`Eric Kidd
2016-11-09Rework parallelism in directory iterator.Andrew Gallant
2016-11-06Add --no-messages flag.Andrew Gallant
2016-11-06Add -m/--max-count flag.Andrew Gallant
2016-11-06Include the name "ripgrep" in more places.Andrew Gallant
2016-11-06Note -e/--regexp's additional usefulness.Andrew Gallant
2016-11-05Add parallel recursive directory iterator.Andrew Gallant
2016-10-29Move all gitignore matching to separate crate.Andrew Gallant
2016-10-11clarify docs for --threadsAlex Burka
2016-10-10Update darwin cfg attributes.Andrew Gallant
2016-10-10Fix docopt usage string. Gah.Andrew Gallant
2016-10-10Clarify documentation for --replace.Andrew Gallant
2016-10-10style nitsAndrew Gallant
2016-10-08Always follow symlinks on explicit file arguments.Ian Kerins
2016-09-29Merge pull request #121 from lilydjwg/masterAndrew Gallant
2016-09-28Be better with short circuiting with --quiet.Andrew Gallant
2016-09-28Add -s/--case-sensitive flag.Andrew Gallant
2016-09-28if --color always, always print with color, even when --vimgrep is given依云
2016-09-27add a max-depth option for directory traversalGarrett Squire
2016-09-26Add a --null flag.Andrew Gallant
2016-09-26Don't initialize ignores for file arguments.Andrew Gallant
2016-09-25Don't use an intermediate buffer when --threads=1.Andrew Gallant
2016-09-25Move --files-with-matches to less common options.Andrew Gallant
2016-09-25Stop after first match is found with --quiet.Andrew Gallant
2016-09-25Merge pull request #42 from andschwa/files-with-matchesAndrew Gallant
2016-09-25Stupid docopt.Andrew Gallant
2016-09-25Clarify documentation of --type-add.Andrew Gallant
2016-09-25Be more conservative with stdin.Andrew Gallant
2016-09-24Add --files-with-matches flag.Andrew Schwartzmeyer
2016-09-24Add --smart-case.Andrew Gallant
2016-09-24Add --no-ignore-vcs flag.Andrew Gallant
2016-09-24Permit options with --help/--version.Andrew Gallant
2016-09-24Tweak memory maps on darwin.Andrew Gallant
2016-09-24Don't ignore first path when using --files.Andrew Gallant
2016-09-24Clarify what rg does in --help.Andrew Gallant
2016-09-24Add --no-filename flag.Andrew Gallant
2016-09-24Clarify the documentation of the --type-* flags.Andrew Gallant
2016-09-23Switch from .rgignore to .ignore.Andrew Gallant