{"id":43255552,"url":"https://github.com/sgrumley/gotex","last_synced_at":"2026-02-01T13:32:29.689Z","repository":{"id":270913557,"uuid":"727233127","full_name":"sgrumley/gotex","owner":"sgrumley","description":"Go TUI for exploring and running test cases","archived":false,"fork":false,"pushed_at":"2025-07-24T15:02:53.000Z","size":41786,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-13T12:26:40.620Z","etag":null,"topics":["go","golang","testing","tooling"],"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/sgrumley.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}},"created_at":"2023-12-04T13:06:08.000Z","updated_at":"2025-07-24T14:58:47.000Z","dependencies_parsed_at":"2025-01-04T01:40:02.439Z","dependency_job_id":"acb21f84-0d09-4c94-ae29-164b37ff5383","html_url":"https://github.com/sgrumley/gotex","commit_stats":null,"previous_names":["sgrumley/gotex"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/sgrumley/gotex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgrumley%2Fgotex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgrumley%2Fgotex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgrumley%2Fgotex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgrumley%2Fgotex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sgrumley","download_url":"https://codeload.github.com/sgrumley/gotex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgrumley%2Fgotex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28979124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T12:13:08.691Z","status":"ssl_error","status_checked_at":"2026-02-01T12:13:08.356Z","response_time":56,"last_error":"SSL_read: 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":["go","golang","testing","tooling"],"created_at":"2026-02-01T13:32:28.250Z","updated_at":"2026-02-01T13:32:29.684Z","avatar_url":"https://github.com/sgrumley.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch3 align=\"center\"\u003eGotex\u003c/h3\u003e\n  \u003cp align=\"center\"\u003e\n        A cross-platform TUI Go Test Explorer for Go.\n  \u003c/p\u003e\n\u003c/div\u003e\n\n![Gotex Screenshot](img/screenshot-gotex.png)\n\n# gotex\n\nA Terminal User Interface (TUI) for discovering and executing Go tests with ease. Gotex provides an intuitive interface to navigate, filter and run your Go test suite from the terminal.\n\n## Features\n\n- Interactive terminal interface for browsing test packages, tests and test cases\n- Fuzzy find tests or navigate the tree\n- Allows for results to be parsed through other tools\n- Vim like keybindings\n- Rerun last test\n\n## Installation\n\u003e[!Note]\n\u003e If color is not working along side tmux set `export COLORTERM=truecolor`\n\n```bash\ngo install github.com/sgrumley/gotex@latest\n```\n\n## Usage\n\nNavigate to your Go project directory and run:\n\n```bash\ngotex\n```\n\n### Keyboard Controls\n\n- `j/k or ↑/↓`: Navigate through tests\n- `h/l`: Expand or close child tests\n- `r`: Run selected test\n- `R`: Rerun last test\n- `A`: Run all tests\n- `/`: Search tests\n- `s`: Sync project\n- `c`: Config display\n- `C`: Debug Console\n- `ctrl-u/ ctrl-d`: Scroll text\n- `gg`: Top of page \n- `G`: Bottom of page\n- `q`: Quit\n\n\n## Configuration\n\nGotex can be configured using a provided yaml file:\n\n```yaml\n# Default configuration\njson: false\ntimeout:\nshort: false\nverbose: true\nfailfast: false\ncover: true\n# pipeto: tparse\n\n```\n\n## Requirements\n\n- Go 1.16 or higher\n- Terminal with 256 color support\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- Built with [tview](https://github.com/rivo/tview)\n- [Tparse](https://github.com/mfridman/tparse) my preferred test output\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgrumley%2Fgotex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsgrumley%2Fgotex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgrumley%2Fgotex/lists"}