summaryrefslogtreecommitdiffstats
path: root/src/args.rs
AgeCommit message (Expand)Author
2017-10-21ignore: upgrade to walkdir 2Andrew Gallant
2017-08-09Add -x/--line-regexp (#520)dana
2017-07-17Fix invisible file path text in PowerShell (#557)Lincoln Atkinson
2017-07-03add --iglob flagPeter S Panov
2017-06-15fix word boundary w/ capture groupEvan.Mattiza
2017-06-12Use clap's overrides_with and default_value_ifEric Nielsen
2017-06-01Use uppercase for required argument namesEric Nielsen
2017-05-26Remove vestigial color function from src/args.rsEric Nielsen
2017-05-24Should show filename for one file with vimgrepEric Nielsen
2017-04-12Use for_label_no_replacement.Andrew Gallant
2017-04-12Add dfa-size-limit and regex-size-limit argumentsMarc Tiehuis
2017-04-09Add `-o/--only-matching` flag.Roman Proskuryakov
2017-04-05updates clap and removes home rolled -h/--help distinctionKevin K
2017-03-31Enforce 79 column limit. Grr.Andrew Gallant
2017-03-12Fix interaction with clap.Andrew Gallant
2017-03-12Add new -M/--max-columns option.Ralf Jung
2017-03-12No line numbers when searching only stdin.Andrew Gallant
2017-03-12Add support for additional text encodings.Andrew Gallant
2017-03-08Remove clap validator + add max-filesize integration testsMarc Tiehuis
2017-03-08Add `--max-filesize` option to clitiehuis
2017-02-18Don't parses regexes with --files.Andrew Gallant
2017-02-09termcolor: add support for output to standard errorPeter Williams
2017-01-15Replace internal atty module with atty crate.Andrew Gallant
2017-01-13Use basic SGR sequences when possible.Andrew Gallant
2017-01-11Make --column imply --line-number.Andrew Gallant
2017-01-10Add --path-separator flag.Andrew Gallant
2017-01-09Don't search stdout redirected file.Andrew Gallant
2017-01-06Add --sort-files flag.Andrew Gallant
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