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

https://github.com/s373r/storage-wizard

Finds duplicate files super fast 🚀
https://github.com/s373r/storage-wizard

dublicate filesystem linux rust

Last synced: 3 months ago
JSON representation

Finds duplicate files super fast 🚀

Awesome Lists containing this project

README

        

# storage-wizard 🧙

Finds duplicate files super fast 🚀

---

### Quick demo

https://github.com/s373r/storage-wizard/assets/29308899/c4728293-4b44-48d0-93af-bc290b03a841

### Usage

```shell
Finds duplicate files super fast

Usage: storage-wizard [OPTIONS] [PATH]

Arguments:
[PATH] Root path for scanning [default: .]

Options:
-n, --no-file-index Do not generate a file index in filesystem
-s, --search ... Search for duplicates of specific files
-i, --ignore-file-index Do not use the generated file index to search for duplicates
-h, --help Print help
-V, --version Print version
```