{"id":17722972,"url":"https://github.com/divanvisagie/runify","last_synced_at":"2026-01-19T22:31:57.225Z","repository":{"id":64306226,"uuid":"131500652","full_name":"divanvisagie/runify","owner":"divanvisagie","description":"Convert text into runes","archived":false,"fork":false,"pushed_at":"2025-12-30T07:22:43.000Z","size":910,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-02T18:53:52.427Z","etag":null,"topics":["golang","rune","text-processing","unix-command"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/divanvisagie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-04-29T14:19:41.000Z","updated_at":"2025-12-30T07:22:46.000Z","dependencies_parsed_at":"2024-06-15T16:56:20.222Z","dependency_job_id":null,"html_url":"https://github.com/divanvisagie/runify","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/divanvisagie/runify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divanvisagie%2Frunify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divanvisagie%2Frunify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divanvisagie%2Frunify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divanvisagie%2Frunify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/divanvisagie","download_url":"https://codeload.github.com/divanvisagie/runify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divanvisagie%2Frunify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28587241,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T20:45:59.482Z","status":"ssl_error","status_checked_at":"2026-01-19T20:45:41.500Z","response_time":67,"last_error":"SSL_read: 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":["golang","rune","text-processing","unix-command"],"created_at":"2024-10-25T15:41:12.346Z","updated_at":"2026-01-19T22:31:57.220Z","avatar_url":"https://github.com/divanvisagie.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ᚱᚢᚾᛁᚠᛃ (runify)\n\n## Description\n\nConverts text between Latin characters and Futhark runes. Supports both Elder Futhark (24 runes) and Younger Futhark (16 runes) systems.\n\n![ScreenShot 1](docs/1.png)\n\nYou can even pipe it through lolcat for color\n![ScreenShot 2](docs/2.png)\n\n## Features\n\n- **Multiple rune systems**: Elder Futhark and Younger Futhark\n- **Phonetic mode**: Automatically converts digraphs like \"th\" → ᚦ, \"ng\" → ᛜ\n- **Non-phonetic mode**: Letter-by-letter conversion when needed\n\n## Usage\n\n```sh\n# Latin to Elder Futhark\necho \"hello world\" | runify -s elder\n# Output: ᚺᛖᛚᛚᛟ ᚹᛟᚱᛚᛞ\n\n# Younger Futhark (default)\necho \"viking\" | runify\n# Output: ᚢᛁᚴᛁᚾᚴ\n\n# Phonetic mode (default) - digraphs become single runes\necho \"thing\" | runify -s elder\n# Output: ᚦᛁᛜ (th and ng as single runes)\n\n# Non-phonetic mode - each letter becomes its own rune\necho \"thing\" | runify -s elder --no-phonetic\n# Output: ᛏᚺᛁᚾᚷ (t-h-i-n-g as separate runes)\n```\n\n## Options\n\n```\n-h, --help              Display help and exit\n-v, --version           Display version and exit\n-l, --list              List available rune systems\n-s, --system=SYSTEM     Specify rune system (elder, younger)\n-p, --phonetic          Enable phonetic mode (default)\n    --no-phonetic       Disable phonetic mode\n```\n\n## Installation\n\n### From Binary\n\nDownload Latest Binary for your platform [here](https://github.com/divanvisagie/runify/releases)\n\n### Install via homebrew\nIf you don't have the tap, add it with:\n```sh\nbrew tap divanvisagie/homebrew-tap\n```\n\nThen simply\n```sh\nbrew install runify\n```\n\n## Documentation\n\nFor detailed rune mappings, historical context, and sources:\n\n- [Elder Futhark](docs/elder-futhark.md) - 24 runes, 2nd-8th century CE\n- [Younger Futhark](docs/younger-futhark.md) - 16 runes, Viking Age\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivanvisagie%2Frunify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdivanvisagie%2Frunify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivanvisagie%2Frunify/lists"}