{"id":22279446,"url":"https://github.com/shortarrow/hanzen.nvim","last_synced_at":"2025-10-29T14:19:42.924Z","repository":{"id":237397295,"uuid":"792195567","full_name":"ShortArrow/hanzen.nvim","owner":"ShortArrow","description":"nvim extension for `zenkaku/hankaku`","archived":false,"fork":false,"pushed_at":"2024-07-26T01:35:42.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T09:59:39.039Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Lua","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/ShortArrow.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-26T07:07:02.000Z","updated_at":"2025-01-30T03:43:55.000Z","dependencies_parsed_at":"2024-07-26T03:22:00.569Z","dependency_job_id":null,"html_url":"https://github.com/ShortArrow/hanzen.nvim","commit_stats":null,"previous_names":["shortarrow/hanzen.nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ShortArrow/hanzen.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShortArrow%2Fhanzen.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShortArrow%2Fhanzen.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShortArrow%2Fhanzen.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShortArrow%2Fhanzen.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShortArrow","download_url":"https://codeload.github.com/ShortArrow/hanzen.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShortArrow%2Fhanzen.nvim/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260988028,"owners_count":23093427,"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-12-03T15:19:25.210Z","updated_at":"2025-10-29T14:19:42.812Z","avatar_url":"https://github.com/ShortArrow.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hanzen.nvim\n\nThis is Rewriter of between Full width charactor and Half width charactor.\n\nOnly UTF8 support.\n\n👷 🚧 WIP 🚧 👷\n\n***This Project is work in progress yet.***\n\n## Install\n\n### Lazy.nvim\n\n```lua\n{\n    \"ShortArrow/hanzen.nvim\",\n    config = function()\n      require(\"hanzen\").setup()\n    end,\n}\n```\n\n## Keymap\n\nDefault keymaps are nothing.\n\n## Command\n\n\u003c!-- markdownlint-disable MD013 --\u003e\n|ExCommand|command|description|options|\n|:- |:- |:-:|:-:|\n|HanzenInfo|require(\"hanzen\").command.hello()|print(\"Hello, I am Hanzen!\")||\n|HanzenReverse|require(\"hanzen\").command.reverse_text()| Rewrite text reversed ||\n|HanzenFullToHalf|require(\"hanzen\").command.full_to_half(option)| Selected text full to half|['katakana','alphabet', 'number', 'all']|\n|HanzenHalfToFull|require(\"hanzen\").command.half_to_full(option)| Selected text half to full|['katakana','alphabet', 'number', 'all']|\n|HanzenFullToHalfBuffer|require(\"hanzen\").command.full_to_half_buffer()| Selected buffer full to half||\n|HanzenHalfToFullBuffer|require(\"hanzen\").command.half_to_full_buffer()| Selected buffer half to full||\n\u003c!-- markdownlint-enable MD013 --\u003e\n\n## Usage\n\nHow to rewrite half styled text to full styled text in buffer.\nExample target text is `ｱｲｳｴｵ`.\n\n1. Select target text `ｱｲｳｴｵ` in Visual mode.\n1. Run ExCommand `HanzenHalfToFull katakana`\n\nIn Lua, follow bellow.\n\n1. Select target text `ｱｲｳｴｵ` in Visual mode.\n1. Run ExCommand `lua require('hanzen').half_to_full('katakana')`\n\n## About\n\n`Hanzen` is made from Japanese words.\nIn Japanese, \"full width charactor\" called \"Zenkaku Moji\", \"全角文字\".\nAnd, \"half width charactor\" called \"Hankaku Moji\", \"半角文字\".\n\n## Roadmap\n\n- support Korean alphabet, Hangul characters\n- support whole line selection\n- support whole buffer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshortarrow%2Fhanzen.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshortarrow%2Fhanzen.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshortarrow%2Fhanzen.nvim/lists"}