{"id":19049563,"url":"https://github.com/crhntr/yamlkeysort","last_synced_at":"2026-04-19T02:08:42.838Z","repository":{"id":130825039,"uuid":"306486395","full_name":"crhntr/yamlkeysort","owner":"crhntr","description":"Surface your most important keys with this lightweight tool.","archived":false,"fork":false,"pushed_at":"2022-07-02T03:16:34.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-12T11:47:51.363Z","etag":null,"topics":["fomatting","yaml"],"latest_commit_sha":null,"homepage":"","language":"Go","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/crhntr.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":"2020-10-23T00:03:43.000Z","updated_at":"2022-07-02T03:16:37.000Z","dependencies_parsed_at":"2023-05-30T20:31:05.737Z","dependency_job_id":null,"html_url":"https://github.com/crhntr/yamlkeysort","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/crhntr/yamlkeysort","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crhntr%2Fyamlkeysort","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crhntr%2Fyamlkeysort/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crhntr%2Fyamlkeysort/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crhntr%2Fyamlkeysort/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crhntr","download_url":"https://codeload.github.com/crhntr/yamlkeysort/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crhntr%2Fyamlkeysort/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31991721,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["fomatting","yaml"],"created_at":"2024-11-08T23:11:19.861Z","updated_at":"2026-04-19T02:08:42.823Z","avatar_url":"https://github.com/crhntr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yamlkeysort\n\n```\nUsage of yamlkeysort:\n  -f string\n        read and write from the same file\n  -h    help text\n  -i string\n        input filename (default stdin)\n  -o string\n        output filename (default stdout)\n\nExample:\n\n  yamlkeysort -i input.yml -o output.yml first_key second_key third_key\n\n```\n\n\n## Example\n\n### Before\n\n```yaml\n---\nc: 3\ndont_care_first: \"\"\na: 1\ndont_care_second: \"\"\nembeded:\n  b: \"\"\n  a: \"\"\nslice:\n- b: \"\"\n  a: \"\"\nb: 2\n```\n\n### Execute\n\n`yamlkeysort -f test_data/example.yml a b c`\n\n### After\n```yaml\n---\na: 1\nb: 2\nc: 3\ndont_care_first: \"\"\ndont_care_second: \"\"\nembeded:\n  a: \"\"\n  b: \"\"\nslice:\n- a: \"\"\n  b: \"\"\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrhntr%2Fyamlkeysort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrhntr%2Fyamlkeysort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrhntr%2Fyamlkeysort/lists"}