Skip to content

peterbraden/dupe-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Find Duplicates

npm run dupe-finder ../my/path/
> dupe-finder@0.0.1 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 │
└────────────┴───────────────────────────────────────────────────────────────────────────┴────────────────────────────────────────────────────┴──────┘

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published