rssalessio / duplicatesFinder

Python app to find duplicated files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

duplicatesFinder

Author: Alessio Russo (russo.alessio@outlook.com)

Description: Given a folder the app finds files of the same content across the subdirectories of that folder.

How to use: Launch the application passing as argument the root folder, e.g:

python listDuplicates.py ../

Use the option -t to enable threading.

Use the option -i file to specify a file that includes a list of directories (absolute path) that have to be ignored during the analysis.

Example:

python listduplicates.py ../../. -t -i ignoreDirectories.txt

About

Python app to find duplicated files

License:GNU General Public License v3.0


Languages

Language:Python 100.0%