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

https://github.com/calcuis/cleansor

duplicate file cleansor
https://github.com/calcuis/cleansor

cleansor delete detector duplicate file

Last synced: 3 months ago
JSON representation

duplicate file cleansor

Awesome Lists containing this project

README

        

### cleansor

This is a duplicate file detector and cleansor. It finds all file(s) with the extension name entered in the current directory and its subdirectories, calculates their hashes, and stores them in a dictionary. If a hash already exists in the dictionary, it means there's a duplicate file. Finally, it deletes the duplicate files found.

#### install it via pip:
```
pip install cleansor
```

#### upgrade to the latest version by:
```
pip install cleansor --upgrade
```

#### execute the cleansor by (py/python/python3):
```
py -m cleansor
```

Enter your file extension name (without the dot) then you are good to go!