{"id":28630946,"url":"https://github.com/piotrmurach/tty-color-cli","last_synced_at":"2025-09-11T21:43:00.188Z","repository":{"id":59158168,"uuid":"53207689","full_name":"piotrmurach/tty-color-cli","owner":"piotrmurach","description":"CLI tool for terminal color capabilities detection ","archived":false,"fork":false,"pushed_at":"2024-02-02T21:33:55.000Z","size":53,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-14T17:54:33.811Z","etag":null,"topics":["cli","color-cli","ruby","ruby-gem","tty"],"latest_commit_sha":null,"homepage":"https://piotrmurach.github.io/tty/","language":"Ruby","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/piotrmurach.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":"piotrmurach"}},"created_at":"2016-03-05T15:19:33.000Z","updated_at":"2023-07-18T09:07:21.000Z","dependencies_parsed_at":"2023-12-29T23:27:07.832Z","dependency_job_id":"374ef6b9-770a-4788-b9ca-49a6f782d732","html_url":"https://github.com/piotrmurach/tty-color-cli","commit_stats":{"total_commits":65,"total_committers":1,"mean_commits":65.0,"dds":0.0,"last_synced_commit":"219d1ef0dee6900e5952bde0fcdba16976c82de4"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/piotrmurach/tty-color-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrmurach%2Ftty-color-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrmurach%2Ftty-color-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrmurach%2Ftty-color-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrmurach%2Ftty-color-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piotrmurach","download_url":"https://codeload.github.com/piotrmurach/tty-color-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrmurach%2Ftty-color-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266640830,"owners_count":23960809,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["cli","color-cli","ruby","ruby-gem","tty"],"created_at":"2025-06-12T13:09:24.926Z","updated_at":"2025-07-23T08:08:31.331Z","avatar_url":"https://github.com/piotrmurach.png","language":"Ruby","funding_links":["https://github.com/sponsors/piotrmurach"],"categories":[],"sub_categories":[],"readme":"# TTY::Color CLI\n\n[![Gem Version](https://badge.fury.io/rb/tty-color-cli.svg)][gem]\n[![Actions CI](https://github.com/piotrmurach/tty-color-cli/actions/workflows/ci.yml/badge.svg)][gh_actions_ci]\n[![Build status](https://ci.appveyor.com/api/projects/status/tr24h4edq3xqafkn?svg=true)][appveyor]\n\n[gem]: http://badge.fury.io/rb/tty-color-cli\n[gh_actions_ci]: https://github.com/piotrmurach/tty-color-cli/actions/workflows/ci.yml\n[appveyor]: https://ci.appveyor.com/project/piotrmurach/tty-color-cli\n\n\u003e CLI tool for terminal color capabilities detection\n\n**TTY::Color CLI** provides cli for [TTY::Color](https://github.com/piotrmurach/tty-color)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem \"tty-color-cli\"\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install tty-color-cli\n\n## Usage\n\nRunning `tty-color` with `-h` or `--help` flags will display help information:\n\n```bash\n$ tty-color --help\n```\n\nTo check for terminal color support run `tty-color` or pass a flag `--support` or `-s` like so:\n\n```bash\ntty-color\ntty-color -s\ntty-color --support\n```\n\nTo check number of supported colors do:\n\n```bash\ntty-color -m\ntty-color --mode\n```\n\n## Contributing\n\n1. Fork it ( https://github.com/piotrmurach/tty-color-cli/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## Code of Conduct\n\nEveryone interacting in the tty-color-cli project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/piotrmurach/tty-color-cli/blob/master/CODE_OF_CONDUCT.md).\n\n## Copyright\n\nCopyright (c) 2016 Piotr Murach. See LICENSE for further details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiotrmurach%2Ftty-color-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiotrmurach%2Ftty-color-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiotrmurach%2Ftty-color-cli/lists"}