AlreadyHave is a GUI Python tool for visualizing the differences between folders. It is useful for seeing which files are not yet copied from one folder to another. In the same way, it can be used to determine if two of the same files exist anywhere across two folders.
python ./alreadyhave.py dir1 dir2
python ./alreadyhave.py dir1 dir2 --match-hash --no-match-filename
Run python -m test.tests
from the root directory of this repository to run all unit tests.