{"id":18348677,"url":"https://github.com/averagehelper/dedupe","last_synced_at":"2025-10-27T19:42:46.537Z","repository":{"id":113951240,"uuid":"403148804","full_name":"AverageHelper/dedupe","owner":"AverageHelper","description":"A Node.js utility for finding duplicate files in a directory.","archived":false,"fork":false,"pushed_at":"2021-09-04T22:12:12.000Z","size":91,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-15T14:53:56.058Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AverageHelper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-04T20:18:27.000Z","updated_at":"2021-09-04T22:12:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"698d8b37-0cc0-40d4-86e0-7be88be1b990","html_url":"https://github.com/AverageHelper/dedupe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"AverageHelper/node-project-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AverageHelper%2Fdedupe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AverageHelper%2Fdedupe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AverageHelper%2Fdedupe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AverageHelper%2Fdedupe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AverageHelper","download_url":"https://codeload.github.com/AverageHelper/dedupe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248128664,"owners_count":21052441,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T21:18:47.680Z","updated_at":"2025-10-27T19:42:41.496Z","avatar_url":"https://github.com/AverageHelper.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dedupe\n\nLiterally a duplicate checker.\n\nIt checks the current working directory for duplicate files. It doesn't recurse into subdirectories (yet).\n\n## Prerequisites\n\nThis project requires [NodeJS](https://nodejs.org/) (version 14 or later) and [NPM](https://npmjs.org/).\nTo make sure you have them available on your machine,\ntry running the following command:\n\n```sh\n$ npm -v \u0026\u0026 node -v\n6.14.13\nv14.16.0\n```\n\n## Clone the Repo\n\n```sh\n$ cd path/to/parent\n$ git clone https://github.com/AverageHelper/dedupe.git\n$ cd dedupe\n```\n\n## Usage\n\n```sh\n$ npm ci                # Install dependencies\n$ cd /path/to/folder    # Go to the folder you wanna check\n$ node /path/to/dedupe  # Run dedupe\n```\n\n## Contributing\n\nWe welcome contributions of all sorts!\n\n1.  Fork it!\n2.  Create your feature branch: `git checkout -b my-new-feature`\n3.  Add your changes: `git add .`\n4.  Commit your changes: `git commit -am 'Add some feature'`\n5.  Push to the branch: `git push origin my-new-feature`\n6.  Submit a pull request :sunglasses:\n\n## License\n\n[GNU General Public License v3.0](LICENSE)\n\nThis is just a simple project I built to help me check a folder for duplicates one time. Do with it what you want.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faveragehelper%2Fdedupe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faveragehelper%2Fdedupe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faveragehelper%2Fdedupe/lists"}