An open API service indexing awesome lists of open source software.

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 2 months ago
JSON representation

A command-line tool which automate the deletion of duplicate files based on their hash or perceptual-hash.

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
```