summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2018-02-20termcolor: add underline supportBalaji Sivaraman
2018-02-14ignore: fix improper hidden filteringAndrew Gallant
2018-02-06argv: update clap to 2.29.4Andrew Gallant
2018-02-04config: add persistent configurationAndrew Gallant
2018-01-30search: add support for searching compressed filesBalaji Sivaraman
2018-01-29termcolor: tweak reset escapekennytm
2018-01-11printer: add --passthru flagdana
2018-01-01ux: suggest --fixed-strings flagBalaji Sivaraman
2018-01-01printer: add support for line number alignmentBalaji Sivaraman
2017-12-30couple of trivial fixes to make clippy a bit more happy (#704)Igor Gnatenko
2017-11-29Omit context separators when using a contextless option like -c or -ldana
2017-11-01fix some typosMartin Lindhe
2017-10-21printer: fix colors on empty matchesAndrew Gallant
2017-10-20printer: --only-matching works with --replaceEvgeny Kulikov
2017-10-20Fix path passed to try_create_bytes()Sebastian Nowicki
2017-10-20Don't create command until we know we can test itSebastian Nowicki
2017-10-20Wrap comments to 79 columnsSebastian Nowicki
2017-10-20Skip regression 210 test on APFSSebastian Nowicki
2017-08-23integration tests: ignore regression_428 on WindowsAndrew Gallant
2017-08-09Add -x/--line-regexp (#520)dana
2017-07-30Add test for option-arguments with leading hyphensdana
2017-07-30Allow options with non-numeric arguments to accept leading hyphens in argumen...dana
2017-07-03add --iglob flagPeter S Panov
2017-06-15fix word boundary w/ capture groupEvan.Mattiza
2017-05-29Fix another bug in -o/--only-matching.Andrew Gallant
2017-05-19Make --quiet flag apply when using --files optionMarc Tiehuis
2017-04-21Fix reiteration of the first found match with --only-mathing flagRoman Proskuryakov
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-03-31Improves Printer, fixes some bugsRoman Proskuryakov
2017-03-28Add -0 shortcut for --nullRoman Proskuryakov
2017-03-12Add new -M/--max-columns option.Ralf Jung
2017-03-12Add support for additional text encodings.Andrew Gallant
2017-03-12Fix test on Windows.Andrew Gallant
2017-03-12Fix leading slash bug when used with `!`.Andrew Gallant
2017-03-08Remove clap validator + add max-filesize integration testsMarc Tiehuis
2017-03-08Add `--max-filesize` option to clitiehuis
2017-03-08Add enclosing group to alternations in globsMarc Tiehuis
2017-01-11Make --column imply --line-number.Andrew Gallant
2017-01-10Add --path-separator flag.Andrew Gallant
2017-01-07Fix type compose test.Andrew Gallant
2017-01-07Provide a mechanism to compose type definitionsIan Kerins
2017-01-06Add --sort-files flag.Andrew Gallant
2016-12-12Fix a non-termination bug.Andrew Gallant
2016-12-06Fix leading hypen bug by updating clap.Andrew Gallant
2016-12-05Fix bug reading root symlink.Andrew Gallant
2016-11-28Disable Unicode mode for literal regex.Andrew Gallant
2016-11-28Detect more uppercase literals for --smart-case.Andrew Gallant
2016-11-19Rename --files-without-matches to --files-without-match.Andrew Gallant