akaihola / hardlinkpy

hardlink.py is a tool to hardlink together identical files in order to save space. Forked from the original version by John L. Villalovos.
http://code.google.com/p/hardlinkpy/
GNU General Public License v2.0
20 stars 8 forks source link

Add file size options to only hardlinking files only within a certain size range #24

Open chadnetzer opened 6 years ago

chadnetzer commented 6 years ago

Allow specifying min and/or max file sizes, such that files not within the size range are not considered for hardlinking.

This issue is taken from @wolfospealain PR #3, with the intent of breaking it's changes into more manageable chunks.