{"id":15639879,"url":"https://github.com/danawoodman/gtc","last_synced_at":"2025-03-29T21:40:35.160Z","repository":{"id":224445502,"uuid":"763269802","full_name":"danawoodman/gtc","owner":"danawoodman","description":"🧪 A simple wrapper for the go test command that colorizes test output","archived":false,"fork":false,"pushed_at":"2024-04-05T20:13:27.000Z","size":153,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-23T23:16:52.608Z","etag":null,"topics":["cli","color","developer-tools","go","golang","testing","tests"],"latest_commit_sha":null,"homepage":"","language":"Go","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/danawoodman.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}},"created_at":"2024-02-26T00:52:19.000Z","updated_at":"2024-08-28T12:22:01.000Z","dependencies_parsed_at":"2024-04-05T21:25:12.527Z","dependency_job_id":"32e91db3-31d2-431f-8872-c2fe1a66f31a","html_url":"https://github.com/danawoodman/gtc","commit_stats":null,"previous_names":["danawoodman/gtc"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danawoodman%2Fgtc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danawoodman%2Fgtc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danawoodman%2Fgtc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danawoodman%2Fgtc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danawoodman","download_url":"https://codeload.github.com/danawoodman/gtc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246249222,"owners_count":20747167,"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":["cli","color","developer-tools","go","golang","testing","tests"],"created_at":"2024-10-03T11:28:07.532Z","updated_at":"2025-03-29T21:40:35.139Z","avatar_url":"https://github.com/danawoodman.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gtc - golang test colors\n\n\u003e A simple colorizer wrapper for the `go test` command\n\nGo's default test output is uncolored and can be hard to read. This simple wrapper adds color to the output by piping the stdout and stderr of the `go test` command and outputting ansii colorized text.\n\n![screenshot](screenshot.png)\n\nThis should work on any platform that supports ansii color codes, including Windows.\n\ngtc uses your system's `go` command to run tests, so it should work with any version of Go.\n\n## Installation\n\nDownload a [release](https://github.com/danawoodman/gtc/releases) for your platform and add it to your path.\n\nOr just install with Golang:\n\n```bash\ngo install github.com/danawoodman/gtc@latest\n```\n\n## Usage\n\nJust replace `go test` with `gtc` in your test commands. All flags will be passed as-is to `go test`.\n\n```bash\n# single test run\ngtc ./...\n\n# with flags\ngtc -v ./...\n```\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanawoodman%2Fgtc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanawoodman%2Fgtc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanawoodman%2Fgtc/lists"}