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
- Host: GitHub
- URL: https://github.com/calcuis/cleansor
- Owner: calcuis
- Created: 2024-02-12T00:18:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-12T21:33:27.000Z (over 1 year ago)
- Last Synced: 2025-02-25T06:41:19.213Z (4 months ago)
- Topics: cleansor, delete, detector, duplicate, file
- Language: Python
- Homepage: https://pypi.org/project/cleansor/
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!