1.3.0 • Published 3 years ago

dedup.js v1.3.0

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
3 years ago

Dedup.js

Quick and dirty tool to find and delete duplicate files. Using Node.js / CoffeeScript. Supports MD5, SHA-1 and SHA-512 to generate checksums.

Tested on OS X, Linux Ubuntu x86 and Windows 10 x64.

How to install

$ npm install -g dedup.js

Usage

$ dedup.js -help

Examples

Checksum first 10KB, using MD5, 3 distinct folders

$ dedup.js -crazyfast -md5 /directory1 /directory2 /other-directories/something

Checksum first 5MB, archive, subfolders of /home/user/photos

$ dedup.js -faster -sub /home/user/photos

Full checksum, using SHA-512, delete duplicates, 2 distinct folders

$ dedup.js -sha512 -delete /home/user1/photos /home/user2/photos
1.3.0

3 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.9.2

7 years ago

0.9.1

7 years ago

0.9.0

7 years ago

0.1.1

7 years ago

0.0.1

7 years ago