Add --max-filesize option to cli

The --max-filesize option allows filtering files which are larger than
the specified limit. This is potentially useful if one is attempting to
search a number of large files without common file-types/suffixes.

See #369.
This commit is contained in:
tiehuis
2017-02-28 17:53:52 +13:00
committed by Andrew Gallant
parent 49fd668712
commit 714ae82241
7 changed files with 96 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ termcolor = { version = "0.3.0", path = "termcolor" }
[build-dependencies]
clap = "2.18"
lazy_static = "0.2"
regex = "0.2.1"
[features]
avx-accel = ["bytecount/avx-accel"]