{"id":20548085,"url":"https://github.com/lusingander/geezer","last_synced_at":"2025-10-14T03:57:34.613Z","repository":{"id":62866386,"uuid":"559151253","full_name":"lusingander/geezer","owner":"lusingander","description":"Command line application to format data containing parentheses","archived":false,"fork":false,"pushed_at":"2024-12-29T09:21:27.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-16T16:23:47.129Z","etag":null,"topics":["format","indentation","parentheses"],"latest_commit_sha":null,"homepage":"","language":"Go","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/lusingander.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-29T08:05:16.000Z","updated_at":"2024-12-29T09:21:30.000Z","dependencies_parsed_at":"2024-12-29T10:21:01.853Z","dependency_job_id":null,"html_url":"https://github.com/lusingander/geezer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lusingander%2Fgeezer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lusingander%2Fgeezer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lusingander%2Fgeezer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lusingander%2Fgeezer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lusingander","download_url":"https://codeload.github.com/lusingander/geezer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242151719,"owners_count":20080153,"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":["format","indentation","parentheses"],"created_at":"2024-11-16T02:12:00.747Z","updated_at":"2025-10-14T03:57:34.564Z","avatar_url":"https://github.com/lusingander.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# geezer\n\nCommand line application to format data containing parentheses\n\n## Installation\n\n`$ go install github.com/lusingander/geezer@latest`\n\n## Usage\n\n```sh\n$ echo \"Foo(bar=Bar(baz={n=1,m=2},qux=Qux(name=qqq,value=[1,2,3])))\" | geezer\nFoo(\n  bar = Bar(\n    baz = {\n      n = 1,\n      m = 2\n    },\n    qux = Qux(\n      name = qqq,\n      value = [\n        1,\n        2,\n        3\n      ]\n    )\n  )\n)\n```\n\n### Options\n\n```\n  -n int\n        indent width (default 2)\n  -s string\n        characters with spaces before and after (default \"=\")\n```\n\nFor exapmle:\n\n```\n$ echo \"foo:{bar:{n:1,m:2}}\" | go run main.go -n 1 -s \":\" \nfoo : {\n bar : {\n  n : 1,\n  m : 2\n }\n}\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flusingander%2Fgeezer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flusingander%2Fgeezer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flusingander%2Fgeezer/lists"}