{"id":23070167,"url":"https://github.com/strojure/ansi-escape","last_synced_at":"2026-02-17T17:02:31.307Z","repository":{"id":123918319,"uuid":"499546441","full_name":"strojure/ansi-escape","owner":"strojure","description":"ANSI color escape sequences.","archived":false,"fork":false,"pushed_at":"2023-03-09T14:40:56.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"default","last_synced_at":"2025-10-07T00:23:48.412Z","etag":null,"topics":["ansi","clojure","color-output","terminal","utility"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/strojure.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}},"created_at":"2022-06-03T14:42:03.000Z","updated_at":"2023-07-25T14:58:01.000Z","dependencies_parsed_at":"2023-07-11T01:15:11.971Z","dependency_job_id":null,"html_url":"https://github.com/strojure/ansi-escape","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"d11195548e35c41fd636ff278e6b18b88a7c45a5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/strojure/ansi-escape","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strojure%2Fansi-escape","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strojure%2Fansi-escape/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strojure%2Fansi-escape/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strojure%2Fansi-escape/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/strojure","download_url":"https://codeload.github.com/strojure/ansi-escape/tar.gz/refs/heads/default","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strojure%2Fansi-escape/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29550828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T14:33:00.708Z","status":"ssl_error","status_checked_at":"2026-02-17T14:32:58.657Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["ansi","clojure","color-output","terminal","utility"],"created_at":"2024-12-16T06:19:55.230Z","updated_at":"2026-02-17T17:02:31.291Z","avatar_url":"https://github.com/strojure.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ansi-escape\n\nANSI color escape sequences.\n\n[![Clojars Project](https://img.shields.io/clojars/v/com.github.strojure/ansi-escape.svg)](https://clojars.org/com.github.strojure/ansi-escape)\n\n## Design goals\n\n* Give names for ANSI color escape sequences.\n* Simple, no fancy DSL for color output.\n\n## Usage\n\n```clojure\n(ns readme.usage\n  (:require [strojure.ansi-escape.core :as ansi]))\n\n;; Print `[ERROR]` as yellow on red\n(println (str ansi/bg-red ansi/fg-yellow-b \"[ERROR]\" ansi/reset)\n         \"Test error message\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrojure%2Fansi-escape","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrojure%2Fansi-escape","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrojure%2Fansi-escape/lists"}