fddf icon indicating copy to clipboard operation
fddf copied to clipboard

Fast data dupe finder

Results 9 fddf issues
Sort by recently updated
recently updated
newest added

Before touching any of the dependencies (to update them), I want to ensure that existing functionality does not break. Here is a draft PR for visibility, will be adding more...

On nightly, there are function that are essentially Windows counterpart to _ino_ and _dev_, _file_index_ and _volume_serial_number_. The problem is, on directory walking, as opposed to getting metadata from a...

I'm curious why you decided on blake3 instead of a faster non-cryptographic hash like [`twox-hash`](https://crates.io/crates/twox-hash). Is it to keep the number of collisions (== the number of files whose contents...

If all files of a folder have dupes in another folder, the output can get very verbose and it's not exactly clear from looking at it. It would be very...

I created an Arch AUR package for fddf here https://aur.archlinux.org/packages/fddf/ .

Possibly contentious issue here, of course... - Spaces appear commonly in file names, tabs do not, so there is less potential ambiguity - Big output files mean lots of indents;...

Suppose I got all dupes in a folder and made them all hardlinks. Than I made a copy of one of the hardlinks and want all three to be the...

I'm running fddf on Debian Jessy, and the I/O read (shown by iotop) never goes 3MB/s. The tasks isn't CPU bound either, ~25% on both two cores. By comparison, `ls...

Here are some first unit tests that could be a starting point for adding more. Also ran `cargo fmt`, hence the other code changes...