{"id":18100381,"url":"https://github.com/acatton/yamlkeysdiff","last_synced_at":"2025-08-03T14:07:33.188Z","repository":{"id":34908588,"uuid":"38951246","full_name":"acatton/yamlkeysdiff","owner":"acatton","description":":eyes: Compares the keys from two yaml files","archived":false,"fork":false,"pushed_at":"2015-07-23T03:43:43.000Z","size":164,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-21T07:04:36.687Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"eupl-1.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/acatton.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","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-07-12T05:32:30.000Z","updated_at":"2024-03-26T02:40:21.000Z","dependencies_parsed_at":"2022-09-01T06:02:11.403Z","dependency_job_id":null,"html_url":"https://github.com/acatton/yamlkeysdiff","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/acatton/yamlkeysdiff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acatton%2Fyamlkeysdiff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acatton%2Fyamlkeysdiff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acatton%2Fyamlkeysdiff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acatton%2Fyamlkeysdiff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acatton","download_url":"https://codeload.github.com/acatton/yamlkeysdiff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acatton%2Fyamlkeysdiff/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266930578,"owners_count":24008227,"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","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-31T21:14:00.658Z","updated_at":"2025-08-03T14:07:32.896Z","avatar_url":"https://github.com/acatton.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"YAMLKeysDiff\n============\n\nCommand line tools to generate a fast and human readable diff::\n\n\n    $ cat a.yml\n    a: hello\n    b: world\n    d:\n        a: a\n        b: b\n        A: A\n    $ cat b.yml\n    a: world\n    c: hello\n    d:\n        a: a\n        b: b\n        c: c\n    $ yamlkeysdiff a.yml b.yml\n    \u003e b\n    \u003c c\n    \u003e d:A\n    \u003c d:c\n    $ yamlkeysdiff \"a.yml#d\" \"b.yml#d\"\n    \u003e A\n    \u003c c\n\nInstallation\n------------\n\nYou can install it from hackage::\n\n    $ cabal update\n    $ cabal install yamlkeysdiff\n\nDevelopment\n------------\n\n::\n\n    $ cabal sandbox init  # Always use sandboxes (like python virtual env)\n    $ cabal install --only-dependencies  # Install the package dependencies\n    # if this fails, try:\n    # cabal install --only-dependencies --force-reinstalls\n    $ cabal configure\n    $ cabal build\n    $ ./dist/build/yamlkeysdiff/yamlkeysdiff\n\nYou can also do that with::\n\n    $ make all\n\n\nTODO\n----\n\n* Add tests\n* Don't compare the subkeys when the parent key is missing\n* Write a generic diff function which can diff many files\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facatton%2Fyamlkeysdiff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facatton%2Fyamlkeysdiff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facatton%2Fyamlkeysdiff/lists"}