It is simple utility for deletion duplications.
cargo install hashdistinct
It is simple as ls. Just look at the usage:
``` Distinct Hash 0.3.3 Starfear https://github.com/starfear Utility for deletion duplications with same hash.
USAGE:
hashdistinct [FLAGS] [OPTIONS]
FLAGS: -h, --help Prints help information -s, --silent silent mode -V, --version Prints version information
OPTIONS:
-a, --algorithm
ARGS:
```
hashdistinct foo.webm bar.webm too.webm
hashdistinct webms/*
hashdistinct webms/* -a SHA512_256
hashdistinct webms/* -a SHA512_256 --silent ```
Seems like this software doesn't have to be improved, but I don't mind to add support for md5 and other non-ring algorithms. Pull requests and issues are welcome.
Under GNU/GPL3