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 filesize options for specifying minimum and/or maximum filesizes to hardlink #25

Closed chadnetzer closed 6 years ago

chadnetzer commented 6 years ago

This is the file size options implemented by @wolfospealain but broken out into a smaller PR, and with argument range checking and a test case.