CloneZapper is a Python script that hunts down identical files within a directory and its subdirectories, ruthlessly eliminating them!
This script doesnt rely on files names, it compares files by checking their hash.
I had a whole bunch of music files from backups and on my hard drive. Many of these files were duplicates. I needed a fast way to remove duplicates and thats how this script was born.
Download a copy of the "clonezapper.py" file to the folder with the duplicates. The script will search for duplicates in the directory and all the subdirectories in that directory.
python clonezapper.py
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
21/06/15: v1 published to github.
See the LICENSE file in this project's directory.