{"id":46610014,"url":"https://github.com/tmck-code/ansi-megafont","last_synced_at":"2026-03-07T18:11:38.743Z","repository":{"id":336191293,"uuid":"1148627315","full_name":"tmck-code/ansi-megafont","owner":"tmck-code","description":"A font that combines several amiga \u0026 ","archived":false,"fork":false,"pushed_at":"2026-02-25T12:40:04.000Z","size":566,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-25T16:33:31.805Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/tmck-code.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-03T07:16:16.000Z","updated_at":"2026-02-25T12:40:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tmck-code/ansi-megafont","commit_stats":null,"previous_names":["tmck-code/ansi-megafont"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/tmck-code/ansi-megafont","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmck-code%2Fansi-megafont","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmck-code%2Fansi-megafont/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmck-code%2Fansi-megafont/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmck-code%2Fansi-megafont/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tmck-code","download_url":"https://codeload.github.com/tmck-code/ansi-megafont/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmck-code%2Fansi-megafont/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30225881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T17:00:40.062Z","status":"ssl_error","status_checked_at":"2026-03-07T17:00:39.026Z","response_time":53,"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":[],"created_at":"2026-03-07T18:11:38.047Z","updated_at":"2026-03-07T18:11:38.735Z","avatar_url":"https://github.com/tmck-code.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ansi-megafont\n\n![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/tmck-code/ansi-megafont/test.yml)\n\nA single font for displaying ANSI art images in modern terminals that combines several original Amiga \u0026 IBM fonts.\n\n- [ansi-megafont](#ansi-megafont)\n  - [Get the font](#get-the-font)\n  - [Installation](#installation)\n  - [Credits](#credits)\n  - [Font Codepage Mappings](#font-codepage-mappings)\n\n---\n\n## Get the font\n\nDownload the font file from the [latest release](https://github.com/tmck-code/ansi-megafont/releases/latest).\n\n## Installation\n\nTo install:\n- download the [`latest release`](https://github.com/tmck-code/ansi-megafont)\n- install it on your system via your regular font installer\n- _ensure that your terminal emulator is configured to use it._\n\n\u003cdetails\u003e\n\u003csummary\u003e\nAlternatively, you can install using one of these commands:\n\u003c/summary\u003e\n\n\u003e [!NOTE]\n\u003e _You will still need to configure your terminal to use the font_\n\n```shell\n# osx\ncurl -sOL --output-dir ~/Library/Fonts/ https://github.com/tmck-code/ansi-megafont/releases/download/v0.1.3/ANSICombined-0.1.3.ttf \\\n  \u0026\u0026 fc-cache -f ~/Library/Fonts/ \\\n  \u0026\u0026 fc-list | grep \"ANSICombined\"\n```\n\n```shell\n# linux\ncurl -sOL --output-dir ~/.fonts/ https://github.com/tmck-code/ansi-megafont/releases/download/v0.1.3/ANSICombined-0.1.3.ttf \\\n  \u0026\u0026 fc-cache -f ~/.fonts/ \\\n  \u0026\u0026 fc-list | grep \"ANSICombined\"\n```\n\n\u003c/details\u003e\n\n## Credits\n\nFonts are from:\n\n- \u003chttps://int10h.org/oldschool-pc-fonts/download/\u003e\n- \u003chttps://github.com/rewtnull/amigafonts#\u003e\n\n## Font Codepage Mappings\n\nEach font contains 256 characters (0x00-0xFF) mapped to Unicode Private Use Area positions.\n\n| Font Name                                    | Offset   |\n|----------------------------------------------|----------|\n| [Topaz A500](docs/Topaz_A500.md)             | `U+E000` |\n| [Topaz Plus A500](docs/Topaz_Plus_A500.md)   | `U+E100` |\n| [Topaz A1200](docs/Topaz_A1200.md)           | `U+E200` |\n| [Topaz Plus A1200](docs/Topaz_Plus_A1200.md) | `U+E300` |\n| [MicroKnight](docs/MicroKnight.md)           | `U+E400` |\n| [MicroKnight Plus](docs/MicroKnight_Plus.md) | `U+E500` |\n| [mO'sOul](docs/mOsOul.md)                    | `U+E600` |\n| [P0T-NOoDLE](docs/P0T_NOoDLE.md)             | `U+E700` |\n| [IBM VGA 9x16](docs/IBM_VGA_9x16.md)         | `U+E800` |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmck-code%2Fansi-megafont","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmck-code%2Fansi-megafont","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmck-code%2Fansi-megafont/lists"}