file-dedupe icon indicating copy to clipboard operation
file-dedupe copied to clipboard

Fast duplicate file detection library

Results 5 file-dedupe issues
Sort by recently updated
recently updated
newest added

It's not running on node 12.15.0 anymore. Uses a deprecated and dropped function: ` C:\Users\andi.MFG\AppData\Roaming\nvm\v12.15.0\node_modules\file-dedupe\bin\findup:184 process.stderr.clearLine(); ^ TypeError: process.stderr.clearLine is not a function at run (C:\Users\andi.MFG\AppData\Roaming\nvm\v12.15.0\node_modules\file-dedupe\bin\findup:184:18) at Socket. (C:\Users\andi.MFG\AppData\Roaming\nvm\v12.15.0\node_modules\file-dedupe\bin\findup:117:5) at...

Hi, file-dedupe is a really great tool. But it get's a command line name clash with following tool: https://www.npmjs.com/package/find-up I also find the command line name really misleading and makes...

See https://github.com/nodejs/node/issues/12115 The solution is to use the `bigint: true` option on `stat`, available from v10.5.0 of Node, and then `ino` will be a `BigInt`.

Hello, Is it possible to use this awesome lightening fast tool as a module, but not from command line? The API seems to be incomplete so I wasn't able to...

Currently, the `--delete` flag is the only way to free up space. The bad thing is that it removes files (duh). It would be great to add a `--hardlink` flag....