{"id":18783546,"url":"https://github.com/tong/armcat","last_synced_at":"2025-12-20T16:30:24.331Z","repository":{"id":138206111,"uuid":"481609657","full_name":"tong/armcat","owner":"tong","description":"Convert binary arm files to json and vice versa","archived":false,"fork":false,"pushed_at":"2023-01-11T12:55:32.000Z","size":455,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-29T11:44:54.574Z","etag":null,"topics":["armory3d","cli","tool"],"latest_commit_sha":null,"homepage":"","language":"Haxe","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/tong.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":"2022-04-14T13:12:01.000Z","updated_at":"2023-08-08T11:11:42.000Z","dependencies_parsed_at":"2024-03-26T23:15:15.914Z","dependency_job_id":null,"html_url":"https://github.com/tong/armcat","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tong%2Farmcat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tong%2Farmcat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tong%2Farmcat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tong%2Farmcat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tong","download_url":"https://codeload.github.com/tong/armcat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239699579,"owners_count":19682574,"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":["armory3d","cli","tool"],"created_at":"2024-11-07T20:39:37.709Z","updated_at":"2025-12-20T16:30:24.001Z","avatar_url":"https://github.com/tong.png","language":"Haxe","readme":"# Armcat\n\nConvert binary [armory3d](https://armory3d.org/) `arm` files to json and vice versa.\n\n\n## Build + Install\n\n```sh\nhaxelib install build.hxml\nARMSDK=\u003cpath-to-armsdk\u003e\nhaxe build.hxml\ncp armcat.js /usr/local/bin/armcat\nchmod +x /usr/local/bin/armcat\n```\n\n\n## Usage\n\n```sh\narmcat --help\nUsage: armcat \u003cfile.arm|file.json\u003e [options]\n\nOptions:\n  [--json-indent] \u003cstr\u003e : Indention string\n  [--no-json]           : Skip json formatting\n  [--help]\n```\n\n\n## Examples\n\nPretty print using [jq](https://stedolan.github.io/jq/):\n```sh\narmcat \u003cfile.arm\u003e | jq .\n```\n\nPrint all objects of given scene file:\n```sh\narmcat Scene.arm | jq .objects\n```\n\nPrint all traits of all objects in given scene file:\n```sh\narmcat Scene.arm | jq \".objects[].traits\"\n```\n\nPrint decoded arm file without json formatting (note that this does **not**\noutput valid json):\n```sh\narmcat Scene.arm --no-format\n```\n\nLive preview integration into [lf](https://github.com/gokcehan/lf/) file\n  manager using [bat](https://github.com/sharkdp/bat) for syntax highlighting\n  ([lf/preview#L35](https://github.com/tong/dot/blob/1e0cf5cfb6ed502c58608d7c3e10791c598b3ce1/lf/.config/lf/preview#L35)):\n  \n```sh\narmcat \"$1\" | bat --file-name \"$1\" --language json --color=always\n```\n\n![](.github/armcat-lf.png)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftong%2Farmcat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftong%2Farmcat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftong%2Farmcat/lists"}