summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-02-11changelog: 0.8.0ag/changelogAndrew Gallant
2018-02-11ignore: release 0.4.0ignore-0.4.0Andrew Gallant
2018-02-11globset: release 0.3.0globset-0.3.0Andrew Gallant
2018-02-11termcolor: release 0.3.4termcolor-0.3.4Andrew Gallant
2018-02-11wincolor: release 0.1.6wincolor-0.1.6Andrew Gallant
2018-02-11grep: release 0.1.8grep-0.1.8Andrew Gallant
2018-02-11deps: update several dependenciesAndrew Gallant
2018-02-10doc: fix asciidoc->man formattingAndrew Gallant
2018-02-10ci: remove `cargo clean`Andrew Gallant
2018-02-10globset: remove use of unsafeAndrew Gallant
2018-02-10doc: add color FAQ entriesAndrew Gallant
2018-02-10termcolor: support ANSI in Windows terminalsAndrew Gallant
2018-02-10wincolor: add support for enabling VT100Andrew Gallant
2018-02-10termcolor: permit hex colorsAndrew Gallant
2018-02-10ci: update deployment for doc rearrangementAndrew Gallant
2018-02-10doc: overhaul documentationAndrew Gallant
2018-02-10doc: clarify --files-without-matchAndrew Gallant
2018-02-10build: remove compile scriptAndrew Gallant
2018-02-08deps: update regex to 0.2.6Andrew Gallant
2018-02-06argv: add several hidden flagsAndrew Gallant
2018-02-06argv: support hidden flagsAndrew Gallant
2018-02-06globset: add more tests for single-asterisk patternBehnam Esfahbod
2018-02-06ci: fix deploy conditionAndrew Gallant
2018-02-06ci: test build outputsAndrew Gallant
2018-02-06doc: generate man pageAndrew Gallant
2018-02-06ci: cleanupAndrew Gallant
2018-02-06argv: tweak the meaning of zeroAndrew Gallant
2018-02-06argv: update clap to 2.29.4Andrew Gallant
2018-02-05argv: fix PATTERN typoKevin K
2018-02-04config: add persistent configurationAndrew Gallant
2018-02-04argv: permit repeated flagsAndrew Gallant
2018-02-04argv: refactor clap initializationAndrew Gallant
2018-02-04deps: remove vec-map feature from clapAndrew Gallant
2018-02-04build: add git hashAndrew Gallant
2018-02-04logger: drop env_loggerAndrew Gallant
2018-02-03deps: bump wincolorAndrew Gallant
2018-02-03wincolor-0.1.5wincolor-0.1.5Andrew Gallant
2018-02-03docs: touch up issue templateAndrew Gallant
2018-02-03docs: add an issue templateAndrew Gallant
2018-02-01deps: bump walkdir (again)Andrew Gallant
2018-02-01windows: fix OneDrive traversalsAndrew Gallant
2018-02-01ignore/deps: update walkdirAndrew Gallant
2018-01-31worker: better error handling for memory mapsAndrew Gallant
2018-01-31style: remove eprintln macroAndrew Gallant
2018-01-30deps: update bytecountllogiq
2018-01-30search: add support for searching compressed filesBalaji Sivaraman
2018-01-29termcolor: add extended color supportMarc Tiehuis
2018-01-29deps: bump memmap to 0.6.2Andrew Gallant
2018-01-29ignore: support custom file namesptzz
2018-01-29termcolor: tweak reset escapekennytm