{"id":25883148,"url":"https://github.com/maxlath/unicode-scripts-finder","last_synced_at":"2026-06-04T22:31:24.519Z","repository":{"id":57386132,"uuid":"280655553","full_name":"maxlath/unicode-scripts-finder","owner":"maxlath","description":"find which unicode scripts a text is using","archived":false,"fork":false,"pushed_at":"2023-11-30T14:49:01.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-18T20:45:21.367Z","etag":null,"topics":["detection","script","scripts","unicode"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/maxlath.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}},"created_at":"2020-07-18T12:50:13.000Z","updated_at":"2023-04-14T21:07:12.000Z","dependencies_parsed_at":"2022-09-14T16:10:29.786Z","dependency_job_id":null,"html_url":"https://github.com/maxlath/unicode-scripts-finder","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/maxlath%2Funicode-scripts-finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxlath%2Funicode-scripts-finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxlath%2Funicode-scripts-finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxlath%2Funicode-scripts-finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxlath","download_url":"https://codeload.github.com/maxlath/unicode-scripts-finder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241537371,"owners_count":19978521,"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":["detection","script","scripts","unicode"],"created_at":"2025-03-02T16:31:39.410Z","updated_at":"2026-06-04T22:31:24.344Z","avatar_url":"https://github.com/maxlath.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# unicode-scripts-finder\n\n\u003e There are 143,859 characters, with Unicode 13.0, covering 154 modern and historical scripts, as well as multiple symbol sets [[wikipedia: List of Unicode characters](https://en.wikipedia.org/wiki/List_of_Unicode_characters)]\n\nFind which unicode scripts a text is using.\n\nStatus: WIP but already somewhat useful\n\n## Install\nTo use the JS module in a project:\n```sh\nnpm i unicode-scripts-finder\n```\n\nTo use the CLI, rather install it globally to make the command `unicode-scripts-finder` available in your `$PATH`:\n```sh\nnpm i -g unicode-scripts-finder\n```\n\n## Module\n```js\nconst unicodeScriptsFinder = require('unicode-scripts-finder')\n\nunicodeScriptsFinder('Lorem ipsum dolor sit amet')\n// =\u003e [ { label: 'Latin', count: 370 } ]\n\nunicodeScriptsFinder('ἀπόστασις')\n// =\u003e [ { label: 'Greek', count: 9 } ]\n\nunicodeScriptsFinder('Lorem ipsum ἀπόστασις')\n// =\u003e [ { label: 'Latin', count: 10 }, { label: 'Greek', count: 9 } ]\n```\n\n## CLI\n```sh\nunicode-scripts-finder Lorem ipsum dolor sit amet\n# =\u003e [\n#   {\n#     \"label\": \"Latin\",\n#     \"count\": 22\n#   }\n# ]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxlath%2Funicode-scripts-finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxlath%2Funicode-scripts-finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxlath%2Funicode-scripts-finder/lists"}