dupe-finder
v0.1.0
Published
Find Duplicate Files
Downloads
4
Readme
Find Duplicates
npm run dupe-finder ../my/path/
> [email protected] dupe-finder /Users/peterbraden/repos/dupe-finder
> node index.js
...................................
┌────────────┬───────────────────────────────────────────────────────────────────────────┬────────────────────────────────────────────────────┬──────┐
│ hash │ file1 │ file2 │ size │
├────────────┼───────────────────────────────────────────────────────────────────────────┼────────────────────────────────────────────────────┼──────┤
│ 6dca3e98ce │ ~/node_modules/graceful-fs/LICENSE │ ~/node_modules/glob/LICENSE │ 1310 │
│ ab95d69fc4 │ ~/node_modules/glob/node_modules/minimatch/node_modules/lru-cache/LICENSE │ ~/node_modules/glob/node_modules/minimatch/LICENSE │ 1092 │
│ 6dca3e98ce │ ~/node_modules/glob/node_modules/minimatch/node_modules/sigmund/LICENSE │ ~/node_modules/glob/LICENSE │ 1310 │
├────────────┼───────────────────────────────────────────────────────────────────────────┼────────────────────────────────────────────────────┼──────┤
│ 3 matches │ │ │ 3712 │
└────────────┴───────────────────────────────────────────────────────────────────────────┴────────────────────────────────────────────────────┴──────┘