Python Duplicates
script can be use to find duplicates in filesystem, and able you to take various action on them.
usage: py_duplicates.py [-h] [-d] [-i] path
Python Duplicates - Find duplicate
positional arguments:
path path where to find duplicates
optional arguments:
-h, --help show this help message and exit
-d, --delete delete all files with duplicates
-i, --interactive interactively manage duplicates
Python Duplicates
is a work in progress, so any ideas and patches are appreciated.
- Find duplicates
- Take action
- Interactive actions
- Open in text editor
- Delete All duplicates
- Move to another directory
- Interactive actions
- Improve output display
- Additional useful information on summary
- Like percentage of path consumed by duplicates
Feel free to improve Python Duplicates
. All kind of pull-requests are welcome.
Python Duplicates
is licensed under
GPL3