Duplicates finder on Windows and Linux.
Rust version of fdupes written from scratch.
cargo run "./for tests/" -r
#or
cargo build
./target/debug/fdupes-xenon <PATH> -r
cargo test
- 0.1.2
- Feature 224: Pass multiple paths in arguments.
- Add CLI flag for recursive search.
- More acceptable out interface.
- 0.1.1
- MAIN FUNCTION released: Now it findes Duplicates.
- 0.1.0
- not working prototype.