find-file-duplicates

1.0.1 • Public • Published

Find File Duplicates

Node.js CLI application that takes a directory and finds duplicate files within that directory and its subdirectories.

Notes

  • Utilizes commander, crytpo, and glob packages to define program, use SHA-1 hash function, and pattern match files respectively
  • Uses a map to record any duplicate files that have the same hash
  • Searches within input directory and its subdirectories
  • provide 1 CLI argument and an optional --ignore flag that causes program to ignore node_modules folder
  • logs duplicate files

npm package download

Contact

Package Sidebar

Install

npm i find-file-duplicates

Weekly Downloads

3

Version

1.0.1

License

ISC

Unpacked Size

3.13 kB

Total Files

3

Last publish

Collaborators

  • terrencej