{"id":13588674,"url":"https://github.com/iliazeus/vscode-ansi","last_synced_at":"2025-07-12T23:34:34.317Z","repository":{"id":55958716,"uuid":"303470649","full_name":"iliazeus/vscode-ansi","owner":"iliazeus","description":"VS Code extension enabling ANSI color styling for text documents","archived":false,"fork":false,"pushed_at":"2024-05-21T15:01:39.000Z","size":899,"stargazers_count":63,"open_issues_count":4,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-06T20:15:14.387Z","etag":null,"topics":["ansi","typescript","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=iliazeus.vscode-ansi","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iliazeus.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-10-12T17:53:46.000Z","updated_at":"2025-05-19T03:53:47.000Z","dependencies_parsed_at":"2024-02-05T09:25:42.313Z","dependency_job_id":"d4bcbba1-009b-4e83-ab81-5d0fee95cfe5","html_url":"https://github.com/iliazeus/vscode-ansi","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/iliazeus/vscode-ansi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iliazeus%2Fvscode-ansi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iliazeus%2Fvscode-ansi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iliazeus%2Fvscode-ansi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iliazeus%2Fvscode-ansi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iliazeus","download_url":"https://codeload.github.com/iliazeus/vscode-ansi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iliazeus%2Fvscode-ansi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265068647,"owners_count":23706504,"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":["ansi","typescript","vscode","vscode-extension"],"created_at":"2024-08-01T15:06:51.503Z","updated_at":"2025-07-12T23:34:34.290Z","avatar_url":"https://github.com/iliazeus.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"[![Visual Studio Marketplace](https://flat.badgen.net/vs-marketplace/i/iliazeus.vscode-ansi?icon=visualstudio)](https://marketplace.visualstudio.com/items?itemName=iliazeus.vscode-ansi)\n[![GitHub](https://flat.badgen.net/github/release/iliazeus/vscode-ansi?icon=github)](https://github.com/iliazeus/vscode-ansi)\n[![MIT License](https://flat.badgen.net/badge/license/MIT/blue)](LICENSE)\n[![Open Issues](https://flat.badgen.net/github/open-issues/iliazeus/vscode-ansi?icon=github)](https://github.com/iliazeus/vscode-ansi/issues)\n[![Closed Issues](https://flat.badgen.net/github/closed-issues/iliazeus/vscode-ansi?icon=github)](https://github.com/iliazeus/vscode-ansi/issues?q=is%3Aissue+is%3Aclosed)\n\n# ANSI Colors\n\nANSI Color styling for your text editor.\n\n## Basic usage\n\nSelect the `ANSI Text` language mode to highlight text marked up with ANSI escapes. Files with the `.ans` and `.ansi` extensions will be highlighted by default.\n\n![ANSI Text language mode; Dark Plus theme](images/screenshot-editor-darkPlus.png)\n\nRun the `ANSI Text: Open Preview` command for the prettified read-only preview.\n\n![ANSI Text preview; Dark Plus theme](images/screenshot-preview-darkPlus.png)\n\nClicking the preview icon in the editor title will open the preview in a new tab. `Alt`-click to open in the current tab.\n\n![Preview icon](images/screenshot-editorTitleButton-darkPlus.png)\n\nThe extension fetches the colors from the current theme and aims to look as good as the built-in terminal.\n\n![ANSI Text preview; various themes](images/screenshot-themes.gif)\n\n## Supported ANSI escape codes\n\nBasic colors and formatting:\n\n![Basic formatting](images/screenshot-basic-darkPlus.png)\n\n8-bit colors:\n\n![8-bit colors](images/screenshot-8bitColor-darkPlus.png)\n\n24-bit colors:\n\n![24-bit colors](images/screenshot-24bitColor-darkPlus.png)\n\n## Custom file icon\n\nYou can add an icon to the ANSI text files by using the [`vscode-icons`] extension:\n\n```javascript\n{\n  // add this to your settings file\n  \"vsicons.associations.files\": [\n    {\n      \"icon\": \"text\", // or any other icon from vscode-icons\n      \"extensions\": [\"ans\", \"ansi\"],\n      \"format\": \"svg\"\n    }\n  ]\n}\n```\n\n[`vscode-icons`]: https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filiazeus%2Fvscode-ansi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filiazeus%2Fvscode-ansi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filiazeus%2Fvscode-ansi/lists"}