https://github.com/havocesp/xxdeduper
File de-duper tool based on xxhash algorithm for faster file comparison.
https://github.com/havocesp/xxdeduper
deduplication directory-comparator disk-space free-disk-space xxhash
Last synced: 3 months ago
JSON representation
File de-duper tool based on xxhash algorithm for faster file comparison.
- Host: GitHub
- URL: https://github.com/havocesp/xxdeduper
- Owner: havocesp
- Created: 2018-11-11T06:05:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-11T06:05:17.000Z (over 6 years ago)
- Last Synced: 2025-01-12T02:40:13.308Z (5 months ago)
- Topics: deduplication, directory-comparator, disk-space, free-disk-space, xxhash
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XXDeduper
- **Author:** Daniel J. Umpierrez
- **Version:** 0.1.1
- **License:** UNLICENSE## Description
File de-duper tool based on xxhash algorithm for faster file comparision.
## Install
```bash
pip install git+https://github.com/havocesp/xxdeduper
```## Usage
```bash
xxdeduper PATH [PATH [..PATH]]
```## TODO
- [ ] Do some app profiling measures to improve performance.
- [ ] Auto delete dupe files except most recent ones.## Changelog
### Version 0.1.1
- Initial version.