{"id":16179636,"url":"https://github.com/thomasheller/runeset","last_synced_at":"2025-04-07T11:45:10.177Z","repository":{"id":72940569,"uuid":"88301563","full_name":"thomasheller/runeset","owner":"thomasheller","description":"Find unique characters in a file","archived":false,"fork":false,"pushed_at":"2017-04-14T20:47:31.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T14:40:30.080Z","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/thomasheller.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-04-14T20:37:50.000Z","updated_at":"2017-04-14T20:42:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"4a5b252d-eea1-403a-a122-fd86dc744d1a","html_url":"https://github.com/thomasheller/runeset","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/thomasheller%2Fruneset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasheller%2Fruneset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasheller%2Fruneset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasheller%2Fruneset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomasheller","download_url":"https://codeload.github.com/thomasheller/runeset/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247648923,"owners_count":20972942,"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-10T05:43:40.208Z","updated_at":"2025-04-07T11:45:10.157Z","avatar_url":"https://github.com/thomasheller.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# runeset\n\nruneset finds unique characters in a file (or somewhere else).\n\nIt reads stdin and prints all distinct Unicode characters found,\nsorted, followed by a newline.\n\n```sh\n$ go get github.com/thomasheller/runeset\n$ echo aaccaabaadfa \u003e /tmp/alpha.txt\n$ cat /tmp/alpha.txt | runeset\n\nabcdf\n```\n\nUsing the `-escape` flag, runeset prints single-quoted characters (Go\nsyntax).\n\n```sh\n$ cat /tmp/alpha.txt | runeset -escape\n'\\n''a''b''c''d''f'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasheller%2Fruneset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasheller%2Fruneset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasheller%2Fruneset/lists"}