{"id":20315277,"url":"https://github.com/sysread/abs-term-color","last_synced_at":"2026-05-16T08:09:38.579Z","repository":{"id":146315941,"uuid":"229118239","full_name":"sysread/abs-term-color","owner":"sysread","description":"ANSI terminal color escapes for abs (abs-lang.org)","archived":false,"fork":false,"pushed_at":"2019-12-19T18:57:22.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-01T02:01:37.277Z","etag":null,"topics":["abs","abs-lang","ansi","color","escape","shell","term","terminal"],"latest_commit_sha":null,"homepage":"","language":null,"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/sysread.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":"2019-12-19T18:46:45.000Z","updated_at":"2020-03-16T16:23:05.000Z","dependencies_parsed_at":"2023-05-18T05:15:15.185Z","dependency_job_id":null,"html_url":"https://github.com/sysread/abs-term-color","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sysread/abs-term-color","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysread%2Fabs-term-color","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysread%2Fabs-term-color/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysread%2Fabs-term-color/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysread%2Fabs-term-color/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sysread","download_url":"https://codeload.github.com/sysread/abs-term-color/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysread%2Fabs-term-color/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276975609,"owners_count":25738503,"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","status":"online","status_checked_at":"2025-09-25T02:00:09.612Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["abs","abs-lang","ansi","color","escape","shell","term","terminal"],"created_at":"2024-11-14T18:18:35.030Z","updated_at":"2025-09-25T19:59:58.364Z","avatar_url":"https://github.com/sysread.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# abs-term-color\n\n## SYNOPSIS\n\n    $ abs get github.com/sysread/abs-term-color\n\n    # example.abs\n    color = require(\"abs-term-color\")\n\n    echo(color.green + color.on_cyan + \"Enter your selection: \" + color.reset)\n    response = stdin()\n\n## DESCRIPTION\n\n`abs-term-color` builds and returns a hash of color escape strings suitable\nfor use on ANSI color terminals.\n\n## LIMITATIONS\n\nRequires the use of `echo -n -e` in order to build the escape sequences. This\nis done in a single shell call.\n\n## INSTALLATION\n\nSee the [official docs](https://www.abs-lang.org/misc/3pl)\n\n## FUNCTIONS\n\n### show()\n\nPrints out each color's name, colorized in the colors, uh, _color_, one per\nline.\n\n## PROVIDES\n\nProvides the following keyed escape codes:\n\n#### ANSI: `[on_]ansi[0..255]`\n\n    color.ansi4\n    color.on_ansi7\n\n#### Grey scale: `[on_]grey[0..23]`\n\n    color.grey17\n    color.on_grey3\n\n#### RGB: `[on_]rgb[0..5][0..5][0..5]`\n\n    color.rgb132\n    color.on_rgb022\n\n### 4-bit colors\n\n#### `black`\n#### `bright_black`\n#### `on_black`\n#### `on_bright_black`\n\n#### `red`\n#### `bright_red`\n#### `on_red`\n#### `on_bright_red`\n\n#### `green`\n#### `bright_green`\n#### `on_green`\n#### `on_bright_green`\n\n#### `yellow`\n#### `bright_yellow`\n#### `on_yellow`\n#### `on_bright_yellow`\n\n#### `blue`\n#### `bright_blue`\n#### `on_blue`\n#### `on_bright_blue`\n\n#### `magenta`\n#### `bright_magenta`\n#### `on_magenta`\n#### `on_bright_magenta`\n\n#### `cyan`\n#### `bright_cyan`\n#### `on_cyan`\n#### `on_bright_cyan`\n\n#### `white`\n#### `bright_white`\n#### `on_white`\n#### `on_bright_white`\n\n## AUTHOR\n\nJeff Ober \u003csysread@fastmail.fm\u003e\n\n## COPYRIGHT AND LICENSE\n\nThis software is copyright (c) 2019 by Jeff Ober.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsysread%2Fabs-term-color","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsysread%2Fabs-term-color","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsysread%2Fabs-term-color/lists"}