| Crates.io | duplink |
| lib.rs | duplink |
| version | 0.3.5 |
| created_at | 2021-04-20 11:45:25.265471+00 |
| updated_at | 2023-05-28 15:50:16.680336+00 |
| description | A CLI tool for finding duplicate files from directory tree and de-duplicating them. |
| homepage | |
| repository | https://github.com/akmizno/duplink |
| max_upload_size | |
| id | 387047 |
| size | 279,514 |
A CLI tool for finding duplicate files from directory tree and de-duplicating them.
$ cargo install duplink
On windows, duplink needs nightly rust.
$ rustup toolchain add nightly
$ cargo +nightly install duplink
Find duplicate files as follows,
$ duplink PATH
Use --hdd if you will run duplink on HDDs. By default, duplink is optimized for SSDs.
$ duplink --hdd /path/to/hdd
Find duplicate files and de-duplicate them as follows,
$ duplink -L PATH