Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.24 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.24 KB

CloneZapper

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.

Table of content

Motivation

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.

Installation & Usage

Installation

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.

Usage

python clonezapper.py

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

21/06/15: v1 published to github.

License

See the LICENSE file in this project's directory.