{"id":16944603,"url":"https://github.com/krgn/file-utils","last_synced_at":"2026-05-18T01:06:53.899Z","repository":{"id":206565903,"uuid":"717188678","full_name":"krgn/file-utils","owner":"krgn","description":"collecting some custom utilities for managing files","archived":false,"fork":false,"pushed_at":"2023-12-15T03:51:25.000Z","size":66,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-21T08:14:55.506Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/krgn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-11-10T19:05:22.000Z","updated_at":"2023-11-11T08:18:59.000Z","dependencies_parsed_at":"2024-11-27T12:53:34.082Z","dependency_job_id":null,"html_url":"https://github.com/krgn/file-utils","commit_stats":null,"previous_names":["krgn/file-utils"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/krgn/file-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krgn%2Ffile-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krgn%2Ffile-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krgn%2Ffile-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krgn%2Ffile-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krgn","download_url":"https://codeload.github.com/krgn/file-utils/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krgn%2Ffile-utils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33161411,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"ssl_error","status_checked_at":"2026-05-17T22:39:10.741Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-10-13T21:18:43.528Z","updated_at":"2026-05-18T01:06:53.883Z","avatar_url":"https://github.com/krgn.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# file-utils\n\nDoing some experiments with rayon and data-parallelism in Rust, with the overall\ngoal being finding duplicates in my Photo library, and ultimately using exif\nmeta to rebuild the collection without duplicates and according to a date based\nlayout.\n\n## extract-metadata\n\nThis command will walk a directory tree, hash and extract exif metadata from \nall files and output the result as a stream of JSON lines to stdout. Requires\nthe exif command in `$PATH` (should work if you use nix flakes + direnv).\n\n```\ncargo run --bin extract-metadata --dir /path/to/photos | tee -a my-fotos.json\n```\n\n## find-duplicates\n\nThis command expects JSON input in the format from above, and outputs a list \nof content hashes and the files that match it. Only duplicates will be output.\n\n```\ncargo run --bin find-duplicates --input-file /path/to/my-fotos.json\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrgn%2Ffile-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrgn%2Ffile-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrgn%2Ffile-utils/lists"}