{"id":28765969,"url":"https://github.com/thefox/bintree","last_synced_at":"2025-10-24T16:20:19.262Z","repository":{"id":284785168,"uuid":"955510791","full_name":"TheFox/bintree","owner":"TheFox","description":"A small program written in Zig that represents binary data as a tree structure. It helps to explore and understand raw binary formats by displaying the data in a hierarchical, readable form.","archived":false,"fork":false,"pushed_at":"2025-05-02T13:03:32.000Z","size":154,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-17T11:50:41.868Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://fox21.at","language":"Zig","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/TheFox.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,"zenodo":null}},"created_at":"2025-03-26T18:50:28.000Z","updated_at":"2025-06-06T09:17:36.000Z","dependencies_parsed_at":"2025-03-27T17:31:36.908Z","dependency_job_id":"5891785c-d8fc-40c3-a814-a394292af6c4","html_url":"https://github.com/TheFox/bintree","commit_stats":null,"previous_names":["thefox/btreeprint","thefox/bintree"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheFox/bintree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheFox%2Fbintree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheFox%2Fbintree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheFox%2Fbintree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheFox%2Fbintree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheFox","download_url":"https://codeload.github.com/TheFox/bintree/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheFox%2Fbintree/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268229518,"owners_count":24217014,"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-08-01T02:00:08.611Z","response_time":67,"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":"2025-06-17T11:39:50.734Z","updated_at":"2025-10-24T16:20:19.256Z","avatar_url":"https://github.com/TheFox.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bintree\n\nA program written in Zig that represents binary data as a tree structure. It helps to explore and understand raw binary formats by displaying the data in a hierarchical, readable form.\n\n## Project Outlines\n\nThe project outlines as described in my blog post about [Open Source Software Collaboration](https://blog.fox21.at/2019/02/21/open-source-software-collaboration.html).\n\n- The one and only purpose of this software is to represents binary data in the terminal, command-line.\n\n## Dev\n\n```bash\nzig run -freference-trace=12 src/main.zig -- -mh -f tmp/test1.txt -vv -r s01\nzig test src/xpath.zig --test-filter simple_xpath\n```\n\n```\n02FFABCD      /s02/sFF\n02                      select 0x02\n  FF                    select 0xFF\n\n02FFFFFF      /s02/g3\n02                      select 0x02\n  FFFFFF                group next 3 bytes\n\n02FFABCD      /s02i2sAB\n02                      select 0x02\n  FFAB                  ignore next 2 bytes\n      CD                select 0xCD\n\n02FFABCD      /.\n02                      select any byte\n\n02FFABCD      /..\n02                      select any byte\n02FF                    select any byte\n\n02FFABCD      /./.\n02\n  FF\n\n02FFABCD      /./..\n02\n  FFAB\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthefox%2Fbintree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthefox%2Fbintree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthefox%2Fbintree/lists"}