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

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.

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.