{"id":15394388,"url":"https://github.com/xyproto/digraph","last_synced_at":"2026-02-08T03:06:17.576Z","repository":{"id":177224995,"uuid":"660099600","full_name":"xyproto/digraph","owner":"xyproto","description":"Lookup ViM-style digraphs","archived":false,"fork":false,"pushed_at":"2024-12-18T09:49:01.000Z","size":50,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-30T06:40:03.896Z","etag":null,"topics":["digraphs","go","grapheme","symbols","unicode","vim"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xyproto.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":"2023-06-29T08:40:36.000Z","updated_at":"2024-12-18T09:49:02.000Z","dependencies_parsed_at":"2025-01-11T00:56:10.622Z","dependency_job_id":"10c9a00a-1994-4ade-a093-20b28acca8b5","html_url":"https://github.com/xyproto/digraph","commit_stats":{"total_commits":19,"total_committers":2,"mean_commits":9.5,"dds":0.1578947368421053,"last_synced_commit":"e5f5a73fbc8ed6161353678be06930be892eeb03"},"previous_names":["xyproto/digraphs","xyproto/digraph"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/xyproto/digraph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyproto%2Fdigraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyproto%2Fdigraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyproto%2Fdigraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyproto%2Fdigraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xyproto","download_url":"https://codeload.github.com/xyproto/digraph/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyproto%2Fdigraph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29218658,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T02:25:35.815Z","status":"ssl_error","status_checked_at":"2026-02-08T02:24:27.970Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["digraphs","go","grapheme","symbols","unicode","vim"],"created_at":"2024-10-01T15:23:27.425Z","updated_at":"2026-02-08T03:06:17.559Z","avatar_url":"https://github.com/xyproto.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Digraph\n\n![Build](https://github.com/xyproto/digraph/workflows/Build/badge.svg) [![Go Report Card](https://goreportcard.com/badge/github.com/xyproto/digraph)](https://goreportcard.com/report/github.com/xyproto/digraph) [![License](https://img.shields.io/badge/license-BSD-green.svg?style=flat)](https://raw.githubusercontent.com/xyproto/digraph/main/LICENSE)\n\nLookup ViM-style digraphs.\n\n### Example use\n\n```go\npackage main\n\nimport (\n    \"fmt\"\n\n    \"github.com/xyproto/digraph\"\n)\n\nfunc main() {\n    fmt.Printf(\"The symbol for My is %c\\n\", digraph.MustLookup(\"My\"))\n}\n```\n\nThis outputs:\n\n    The symbol for My is µ\n\n[Full list of digraphs](https://github.com/xyproto/digraph/blob/ac809dda476022952cdfc5b12249e8e5fe9f1547/digraphs.txt#L83)\n\n### General info\n\n* License: BSD-3\n* Version: 1.3.0\n* Author: Alexander F. Rødseth \u0026lt;xyproto@archlinux.org\u0026gt;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxyproto%2Fdigraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxyproto%2Fdigraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxyproto%2Fdigraph/lists"}