{"id":16881614,"url":"https://github.com/benbjohnson/unistat","last_synced_at":"2025-07-15T04:33:13.462Z","repository":{"id":66318108,"uuid":"42316487","full_name":"benbjohnson/unistat","owner":"benbjohnson","description":"A utility for calculating simple statistics on unicode characters.","archived":false,"fork":false,"pushed_at":"2015-09-11T15:34:40.000Z","size":124,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-10T06:20:04.093Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/benbjohnson.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":"2015-09-11T15:28:35.000Z","updated_at":"2016-11-23T08:55:29.000Z","dependencies_parsed_at":"2023-03-03T22:45:16.822Z","dependency_job_id":null,"html_url":"https://github.com/benbjohnson/unistat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/benbjohnson/unistat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benbjohnson%2Funistat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benbjohnson%2Funistat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benbjohnson%2Funistat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benbjohnson%2Funistat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benbjohnson","download_url":"https://codeload.github.com/benbjohnson/unistat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benbjohnson%2Funistat/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265402833,"owners_count":23759237,"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":[],"created_at":"2024-10-13T16:04:23.723Z","updated_at":"2025-07-15T04:33:13.439Z","avatar_url":"https://github.com/benbjohnson.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"unistat\n=======\n\nUnistat is a tool for calculating simple statistics on a set of unicode characters.\n\n\n## Getting Started\n\nTo install, simply run:\n\n```sh\n$ go get github.com/benbjohnson/unistat\n```\n\nThen run `unistat` against your file:\n\n```sh\n$ unistat /path/to/myfile.txt\nControl:   0\nDigit:     27534\nGraphic:   106517\nLetter:    63330\nLower:     58824\nMark:      0\nNumber:    27534\nPrint:     106517\nPunct:     10134\nSpace:     2069\nSymbol:    3450\nTitle:     0\nUpper:     4506\n\nTotal:     106517\n```\n\nYou can also pipe in data from STDIN:\n\n```sh\n$ cat /path/to/myfile.txt | unistat\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenbjohnson%2Funistat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenbjohnson%2Funistat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenbjohnson%2Funistat/lists"}