{"id":20758571,"url":"https://github.com/jacobious52/udiff","last_synced_at":"2026-04-20T18:01:45.262Z","repository":{"id":96086276,"uuid":"93554473","full_name":"Jacobious52/udiff","owner":"Jacobious52","description":"Unique union diff tool","archived":false,"fork":false,"pushed_at":"2017-06-06T19:28:25.000Z","size":2,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T16:33:59.436Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/Jacobious52.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":"2017-06-06T19:12:53.000Z","updated_at":"2017-06-06T19:22:22.000Z","dependencies_parsed_at":"2023-03-20T13:49:26.922Z","dependency_job_id":null,"html_url":"https://github.com/Jacobious52/udiff","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jacobious52/udiff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jacobious52%2Fudiff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jacobious52%2Fudiff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jacobious52%2Fudiff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jacobious52%2Fudiff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jacobious52","download_url":"https://codeload.github.com/Jacobious52/udiff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jacobious52%2Fudiff/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32059139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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-11-17T09:52:08.777Z","updated_at":"2026-04-20T18:01:45.245Z","avatar_url":"https://github.com/Jacobious52.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# udiff\nUnique union diff tool on lines of multiple files\n\nExample output of 5 files\n\n```\nfile1       |file2        |file3        |file4        |file5\n86 90       | 86 90       | 86 90       | 86 90       | 86 90      \n59 86       |             | 59 86       | 59 86       | 59 86      \n34 59       |             | 34 59       | 34 59       | 34 59      \n39 86       | 39 86       | 39 86       | 39 86       | 39 86      \n85 90       | 85 90       | 85 90       | 85 90       | 85 90      \n34 85       | 34 85       | 34 85       | 34 85       | 34 85      \n36 85 90    | 36 85 90    | 36 85 90    | 36 85 90    | 36 85 90   \n            |             | 39 86 90    |             | 39 86 90   \n34 85 86    | 34 85 86    | 34 85 86    | 34 85 86    | 34 85 86   \n            | 34 67 85    |             |             |            \n            | 67 85 86    |             |             |            \n36 86 90    | 36 86 90    | 36 86 90    | 36 86 90    | 36 86 90   \n34 36 90    | 34 36 90    | 34 36 90    | 34 36 90    | 34 36 90   \n            |             | 36 39 85    |             |            \n34 36 85    | 34 36 85    | 34 36 85    | 34 36 85    | 34 36 85   \n85 86 90    | 85 86 90    | 85 86 90    | 85 86 90    | 85 86 90   \n39 85 90    |             | 39 85 90    | 39 85 90    | 39 85 90   \n39 85 86    | 39 85 86    | 39 85 86    | 39 85 86    | 39 85 86   \n34 59 86    |             | 34 59 86    | 34 59 86    | 34 59 86   \n36 85 86    | 36 85 86    | 36 85 86    | 36 85 86    | 36 85 86   \n            |             | 34 39 90    |             | 34 39 90   \n```\n\nor \n\n```\nline        |file1 |file2 |file3|file4 |file5\n85 90       |  ✅  |  ✅  |  ✅  |  ✅  |  ✅ \n34 85       |  ✅  |  ✅  |  ✅  |  ✅  |  ✅ \n36 85 90    |  ✅  |  ✅  |  ✅  |  ✅  |  ✅ \n39 86 90    |  ❌  |  ❌  |  ✅  |  ❌  |  ✅ \n34 85 86    |  ✅  |  ✅  |  ✅  |  ✅  |  ✅ \n34 67 85    |  ❌  |  ✅  |  ❌  |  ❌  |  ❌ \n67 85 86    |  ❌  |  ✅  |  ❌  |  ❌  |  ❌ \n36 86 90    |  ✅  |  ✅  |  ✅  |  ✅  |  ✅ \n34 36 90    |  ✅  |  ✅  |  ✅  |  ✅  |  ✅ \n36 39 85    |  ❌  |  ❌  |  ✅  |  ❌  |  ❌ \n34 36 85    |  ✅  |  ✅  |  ✅  |  ✅  |  ✅ \n85 86 90    |  ✅  |  ✅  |  ✅  |  ✅  |  ✅ \n39 85 90    |  ✅  |  ❌  |  ✅  |  ✅  |  ✅ \n39 85 86    |  ✅  |  ✅  |  ✅  |  ✅  |  ✅ \n34 59 86    |  ✅  |  ❌  |  ✅  |  ✅  |  ✅ \n36 85 86    |  ✅  |  ✅  |  ✅  |  ✅  |  ✅ \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobious52%2Fudiff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacobious52%2Fudiff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobious52%2Fudiff/lists"}