{"id":17287632,"url":"https://github.com/dnlbauer/resdiff","last_synced_at":"2025-07-12T00:08:20.823Z","repository":{"id":140078369,"uuid":"43030125","full_name":"dnlbauer/resdiff","owner":"dnlbauer","description":"A tool for comparing android resource files similar to unix diff","archived":false,"fork":false,"pushed_at":"2015-09-23T23:06:40.000Z","size":3144,"stargazers_count":9,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-02T09:49:52.948Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/dnlbauer.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}},"created_at":"2015-09-23T22:13:10.000Z","updated_at":"2024-12-23T08:20:16.000Z","dependencies_parsed_at":"2023-03-13T09:30:17.570Z","dependency_job_id":null,"html_url":"https://github.com/dnlbauer/resdiff","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dnlbauer/resdiff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnlbauer%2Fresdiff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnlbauer%2Fresdiff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnlbauer%2Fresdiff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnlbauer%2Fresdiff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dnlbauer","download_url":"https://codeload.github.com/dnlbauer/resdiff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnlbauer%2Fresdiff/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264916028,"owners_count":23682957,"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-10-15T10:03:52.994Z","updated_at":"2025-07-12T00:08:20.775Z","avatar_url":"https://github.com/dnlbauer.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# resdiff\nA tool for comparing android resource files similar to unix diff\n\n## Usage\n\n```\ndanijoo \u003e java -jar resdiff.jar --help\nusage: resdiff [OPTIONS]... FILES\n -h,--help           Show this screen\n -t,--type \u003carg\u003e     only compare this resource type (string, bool,\n                     integer, color, dimen)\n -y,--side-by-side   output in columns\n```\n\n## Examples\n### Table view\n```\ndanijoo \u003e java -jar resdiff.jar -y resourcefile1.xml resourcefile2.xml\nFound 9 differences (1 added, 2 removed).\n+-----------+--------------------------+-------------------------------+-----------------------------------+\n|    Type   |           Name           |              Left             |               Right               |\n+-----------+--------------------------+-------------------------------+-----------------------------------+\n|    String |      not_matching_string | This resource is not matching | This resource is not matching!!!! |\n|    String |       missing_string_res | This misses in the other file |                                   |\n|    String |       res_with_reference |      @string/is_just_a_string |    @string/is_just_another_string |\n|    String |         added_string_res |                               |     This misses in the other file |\n|   Boolean |        not_matching_bool |                         false |                              true |\n|   Boolean |        a_missing_boolean |                          true |                                   |\n|   Integer |         not_matching_int |                           122 |                               533 |\n| Dimension |       not_matching_dimen |                           1sp |                              99px |\n|     Color |       not_matching_color |                       #001230 |                           #666666 |\n+-----------+--------------------------+-------------------------------+-----------------------------------+\n```\n\n### Normal view\n```\ndanijoo \u003e java -jar resdiff.jar resourcefile1.xml resourcefile2.xml\nFound 9 differences (1 added, 2 removed).\n\u003cstring name=\"not_matching_res\"\u003e\n\u003c\tThis resource is not matching\n---\n\u003e\tThis resource is not matching!!!!\n\u003cstring name=\"missing_string_res\"\u003e\n\u003c\tThis misses in the other file\n\u003cstring name=\"a_reference_not_matching\"\u003e\n\u003c\t@string/is_just_a_string\n---\n\u003e\t@string/is_just_another_string\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnlbauer%2Fresdiff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdnlbauer%2Fresdiff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnlbauer%2Fresdiff/lists"}