{"id":50975558,"url":"https://github.com/jca02266/whatchar","last_synced_at":"2026-06-19T07:32:05.292Z","repository":{"id":42778549,"uuid":"272173778","full_name":"jca02266/whatchar","owner":"jca02266","description":"Display character on current cursor position (VS Code Extension)","archived":false,"fork":false,"pushed_at":"2026-05-28T22:30:17.000Z","size":545,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-28T23:22:15.161Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/jca02266.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-06-14T09:51:16.000Z","updated_at":"2026-05-28T22:30:20.000Z","dependencies_parsed_at":"2024-06-16T16:31:50.272Z","dependency_job_id":"200272b9-ee8a-4916-ad8c-5fb832537d0d","html_url":"https://github.com/jca02266/whatchar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jca02266/whatchar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jca02266%2Fwhatchar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jca02266%2Fwhatchar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jca02266%2Fwhatchar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jca02266%2Fwhatchar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jca02266","download_url":"https://codeload.github.com/jca02266/whatchar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jca02266%2Fwhatchar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34522034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-06-19T07:32:04.471Z","updated_at":"2026-06-19T07:32:05.287Z","avatar_url":"https://github.com/jca02266.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# whatchar\n\n**whatchar** is a VS Code extension that shows character information at the cursor position.\n\n## Features\n\nWhenever you move the cursor in the editor, the status bar (bottom right) displays the following information about the character under the cursor:\n\n- **Unicode code point** (e.g. `U+3042`)\n- **Decimal value** (e.g. `Dec: 12354`)\n- **UTF-8 byte sequence** (e.g. `UTF-8: E38182`)\n- **UTF-16BE (network byte order) byte sequence** (e.g. `UTF-16BE: 3042`)\n- **CP932 (Shift_JIS) byte sequence** (e.g. `CP932: 82A0`)\n\n**Status bar display examples:**\n\n| Character | Status bar |\n|-----------|-----------|\n| Printable (`あ`) | `\"あ\" (U+3042, Dec: 12354, UTF-8: E38182, UTF-16BE: 3042, CP932: 82A0)` |\n| Non-printable | `(U+000A, Dec: 10, UTF-8: 0A, UTF-16BE: 000A, CP932: 0A)` |\n| CP932 unmappable (`😀`) | `\"😀\" (U+1F600, Dec: 128512, UTF-8: F09F9880, UTF-16BE: D83DDE00, CP932: (unmappable))` |\n\nYou can also run the **`Show what character`** command (`whatchar.show`) to display the same information as a popup notification.\n\nThis extension is useful for identifying characters that look similar, such as full-width vs. half-width characters, or detecting invisible control characters in text.\n\n## Commands\n\n| Command | Description |\n|---------|-------------|\n| `whatchar.show` | Show character info for the character at the cursor as a notification |\n\n## Extension Settings\n\n| Setting | Type | Default | Description |\n|---------|------|---------|-------------|\n| `whatchar.showOnCursorMove` | boolean | `true` | Show character info in the status bar whenever the cursor moves. Set to `false` to disable the automatic status bar update. |\n\n## Release Notes\n\n### 0.0.1\n\nInitial release.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjca02266%2Fwhatchar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjca02266%2Fwhatchar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjca02266%2Fwhatchar/lists"}