summaryrefslogtreecommitdiffstats
path: root/src/args.rs
AgeCommit message (Expand)Author
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
2016-09-22Add --vimgrep flag.Andrew Gallant
2016-09-21Try to use memory maps more aggressively on Windows.Andrew Gallant
2016-09-20Add "unrestricted" flag.Andrew Gallant
2016-09-17Add support for searching multiple patterns with -e.0.1.4Andrew Gallant
2016-09-17fix windows buildAndrew Gallant
2016-09-14--no-ignore implies --no-ignore-parentAndrew Gallant
2016-09-13Stream results when feasible.0.0.19Andrew Gallant
2016-09-11Don't skip the first arg.Andrew Gallant
2016-09-11Don't panic when an argument is invalid UTF-8.Andrew Gallant
2016-09-11Make file type filtering a lot faster.Andrew Gallant
2016-09-11Bump default thread count to 8.Andrew Gallant
2016-09-10Rename search module to search_stream.Andrew Gallant
2016-09-10Rejigger the atty detection stuff.Andrew Gallant
2016-09-09Add integration tests.Andrew Gallant
2016-09-08Refactor how coloring is done.0.0.14Andrew Gallant
2016-09-08Rename xrep to ripgrep.Andrew Gallant
2016-09-06Add support for memory maps.Andrew Gallant
2016-09-06Add support for printing column numbers.Andrew Gallant
2016-09-06Only create the Grep searcher once.Andrew Gallant
2016-09-05More progress. With coloring!Andrew Gallant
2016-09-05Lots of progress:Andrew Gallant