{"id":37185103,"url":"https://github.com/vteromero/byte-hist","last_synced_at":"2026-01-14T21:24:19.991Z","repository":{"id":57578886,"uuid":"95572261","full_name":"vteromero/byte-hist","owner":"vteromero","description":"Byte histogram tool in Go","archived":false,"fork":false,"pushed_at":"2018-02-14T11:58:18.000Z","size":150,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T13:38:47.378Z","etag":null,"topics":["byte","bytes","cli","go","golang","histogram"],"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/vteromero.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}},"created_at":"2017-06-27T15:18:22.000Z","updated_at":"2024-06-20T13:38:47.379Z","dependencies_parsed_at":"2022-09-26T19:11:11.863Z","dependency_job_id":null,"html_url":"https://github.com/vteromero/byte-hist","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/vteromero/byte-hist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vteromero%2Fbyte-hist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vteromero%2Fbyte-hist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vteromero%2Fbyte-hist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vteromero%2Fbyte-hist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vteromero","download_url":"https://codeload.github.com/vteromero/byte-hist/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vteromero%2Fbyte-hist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434941,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["byte","bytes","cli","go","golang","histogram"],"created_at":"2026-01-14T21:24:19.401Z","updated_at":"2026-01-14T21:24:19.979Z","avatar_url":"https://github.com/vteromero.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# byte-hist\n\n[![Build Status](https://travis-ci.org/vteromero/byte-hist.svg?branch=master)](https://travis-ci.org/vteromero/byte-hist)\n[![Go Report Card](https://goreportcard.com/badge/github.com/vteromero/byte-hist)](https://goreportcard.com/report/github.com/vteromero/byte-hist)\n\n![Execution example](images/example.png \"Execution example\")\n\n`byte-hist` is a simple tool that prints a histogram of the bytes of a file.\n\n## Installation\n\nTo install byte-hist, simply run:\n\n```\n$ go get -v github.com/vteromero/byte-hist\n```\n\nOnce the `get` completes, you should find the `byte-hist` executable inside\n`$GOPATH/bin`.\n\n## Usage\n\nThese are some examples of how you can run `byte-hist`:\n\n```\n$ ./byte-hist file                      # print the byte histogram of file\n$ ./byte-hist -format=x file            # the bytes are printed in hexadecimal format\n$ ./byte-hist -sort=asc file            # sort by count column in ascending order\n$ echo \"hello world!\" | ./byte-hist     # you can use a pipe\n```\n\nFor the complete list of available options, just type:\n\n```\n$ ./byte-hist -help\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvteromero%2Fbyte-hist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvteromero%2Fbyte-hist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvteromero%2Fbyte-hist/lists"}