{"id":21614615,"url":"https://github.com/rhardih/btecho","last_synced_at":"2026-05-20T02:39:07.440Z","repository":{"id":145605621,"uuid":"79394063","full_name":"rhardih/btecho","owner":"rhardih","description":"Small command-line tool for writing a sequence of numbers as a binary tree in ascii","archived":false,"fork":false,"pushed_at":"2017-01-18T23:30:11.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T20:41:33.960Z","etag":null,"topics":["binary-tree","c","cli","command-line","echo"],"latest_commit_sha":null,"homepage":null,"language":"C","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/rhardih.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":"2017-01-18T23:09:15.000Z","updated_at":"2023-02-16T02:26:07.000Z","dependencies_parsed_at":"2023-06-06T06:45:29.712Z","dependency_job_id":null,"html_url":"https://github.com/rhardih/btecho","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/rhardih%2Fbtecho","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhardih%2Fbtecho/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhardih%2Fbtecho/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhardih%2Fbtecho/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhardih","download_url":"https://codeload.github.com/rhardih/btecho/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244266090,"owners_count":20425825,"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":["binary-tree","c","cli","command-line","echo"],"created_at":"2024-11-24T22:08:36.620Z","updated_at":"2026-05-20T02:39:07.398Z","avatar_url":"https://github.com/rhardih.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# btecho\n\nWrite integer arguments as a binary tree to the standard output.\n\n## Installation\n\n```bash\n$ make \u0026\u0026 make install\n```\n\n## Examples\n\n```bash\n$ echo 7 3 2 9 10 4 5 1 8 6 | btecho\n|- 7\n   |- 9\n   |  |- 10\n   |  |- 8\n   |- 3\n      |- 4\n      |  |- 5\n      |     |- 6\n      |- 2\n         |- 1\n```\n\n```bash\n$ seq 5 | gshuf | tee /dev/tty | btecho\n3\n4\n1\n2\n5\n|- 3\n   |- 4\n   |  |- 5\n   |- 1\n      |- 2\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhardih%2Fbtecho","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhardih%2Fbtecho","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhardih%2Fbtecho/lists"}