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 🚀
- Host: GitHub
- URL: https://github.com/s373r/storage-wizard
- Owner: s373r
- License: gpl-3.0
- Created: 2023-05-19T09:08:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T17:48:03.000Z (about 2 years ago)
- Last Synced: 2025-02-03T22:02:43.872Z (4 months ago)
- Topics: dublicate, filesystem, linux, rust
- Language: Rust
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 fastUsage: 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
```