{"id":29601698,"url":"https://github.com/metaory/xdedup","last_synced_at":"2025-07-28T20:11:04.582Z","repository":{"id":305238175,"uuid":"1015009869","full_name":"metaory/xdedup","owner":"metaory","description":"find and remove duplicates","archived":false,"fork":false,"pushed_at":"2025-07-18T22:15:28.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-19T03:10:00.426Z","etag":null,"topics":["cli","duplicate-detection"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/metaory.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,"zenodo":null}},"created_at":"2025-07-06T20:51:16.000Z","updated_at":"2025-07-18T22:15:31.000Z","dependencies_parsed_at":"2025-07-19T03:22:08.324Z","dependency_job_id":null,"html_url":"https://github.com/metaory/xdedup","commit_stats":null,"previous_names":["metaory/xdedup"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/metaory/xdedup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaory%2Fxdedup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaory%2Fxdedup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaory%2Fxdedup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaory%2Fxdedup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metaory","download_url":"https://codeload.github.com/metaory/xdedup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaory%2Fxdedup/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266127424,"owners_count":23880442,"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":["cli","duplicate-detection"],"created_at":"2025-07-20T13:01:50.198Z","updated_at":"2025-07-28T20:11:04.576Z","avatar_url":"https://github.com/metaory.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003ch3\u003exdedup\u003c/h3\u003e\n    \u003ch5\u003efind and remove duplicates\u003c/h5\u003e\n\u003c/div\u003e\n\n---\n\ndesigned for large drives, with terabytes of data,\njobs that could take even hours, \nwith stored hash results on disk for intrupted jobs,\nso you can stop a long job mid way and continue later,\nthe default hashing function is `b3sum` [BLAKE3](http://archlinux.org/packages/extra/x86_64/b3sum/)\nyou can provide your hashing tool with `--tool` option, \nto use other hashing functions like `sha256sum`, `sha512sum`, `md5sum`, ...\nby default it only looks for `mkv` video files,\nbut you can set the extension to look for with `--ext` option, \nsetting `*` would look for any file\n\n```bash\nxdedup\n  --plan          create a delete script instead of deleting\n  --dry-run       perform a trial run with no changes made\n  --ext EXT       file extensions to look for, set * for any (default: mkv)\n  --tool NAME     hashing tool (default: b3sum)\n  -h, --help      show this help\n```\n\n## Installation\n\n```bash\n# Clone the repo\ngit clone git@github.com:metaory/xdedup.git\n\n# Navigate to repo\ncd xdedup\n\n# Give execution permissions\nchmod +x xdedup\n\n# Link it somewhere in your PATH\nln -svf $PWD/xdedup /usr/bin/xdedup\n\n# Use it anywhere\nxdedup\n```\n\n## License\n\n[MIT](LICENSE)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetaory%2Fxdedup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetaory%2Fxdedup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetaory%2Fxdedup/lists"}