https://github.com/nicolasbizzozzero/dupe_eraser
A command-line tool which automate the deletion of duplicate files based on their hash or perceptual-hash.
https://github.com/nicolasbizzozzero/dupe_eraser
cli duplicate-detection duplicate-files duplicates file-management
Last synced: about 1 year ago
JSON representation
A command-line tool which automate the deletion of duplicate files based on their hash or perceptual-hash.
- Host: GitHub
- URL: https://github.com/nicolasbizzozzero/dupe_eraser
- Owner: NicolasBizzozzero
- License: gpl-3.0
- Created: 2017-06-22T11:10:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-12T02:14:37.000Z (over 1 year ago)
- Last Synced: 2025-04-12T06:17:57.885Z (about 1 year ago)
- Topics: cli, duplicate-detection, duplicate-files, duplicates, file-management
- Language: Python
- Homepage:
- Size: 54.7 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dupe_eraser
## A command-line tool which automate the deletion of duplicate files.
The software will then look for theses files on your current directory and delete automatically all the duplicates found for theses files.
For example, if you want to delete the duplicates of all the files presents in the directory "~/directory", your command will look like this :
```shell
$ dupe_eraser ~/directory
```