Skip to content

GTK-based Python application for visualizing common files across two or more directories

Notifications You must be signed in to change notification settings

jaa2/AlreadyHave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlreadyHave

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.

Application screenshot

Usage

Typical: only require file sizes and names to match

python ./alreadyhave.py dir1 dir2

Exacting: require file sizes and SHA-256 hashes to match

python ./alreadyhave.py dir1 dir2 --match-hash --no-match-filename

Tests

Run python -m test.tests from the root directory of this repository to run all unit tests.

About

GTK-based Python application for visualizing common files across two or more directories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages