This PR adds a new command line argument to use a size filter (in bytes) to exclude files from consideration. This can obviously be done with jq too as a post-processing filter, but for performance reasons I tihink it is useful to add it as a native argument so that a user can limit the number of files hashed if they only care about files above a certain size.
This PR adds a new command line argument to use a size filter (in bytes) to exclude files from consideration. This can obviously be done with `jq` too as a post-processing filter, but for performance reasons I tihink it is useful to add it as a native argument so that a user can limit the number of files hashed if they only care about files above a certain size.