{"id":29019184,"url":"https://github.com/dennisbergevin/pwgo","last_synced_at":"2026-04-30T03:35:58.833Z","repository":{"id":301069874,"uuid":"1006200813","full_name":"dennisbergevin/pwgo","owner":"dennisbergevin","description":"Multi-list interactive cli tool to run your Playwright suite.","archived":false,"fork":false,"pushed_at":"2025-06-25T01:49:30.000Z","size":13334,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-25T02:34:46.125Z","etag":null,"topics":["bubbletea","charmbracelet","cli","go","playwright","tui"],"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/dennisbergevin.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":"2025-06-21T18:05:19.000Z","updated_at":"2025-06-25T01:48:56.000Z","dependencies_parsed_at":"2025-06-25T02:35:30.021Z","dependency_job_id":"f6cc5554-1f89-4964-aef5-76f18d90d134","html_url":"https://github.com/dennisbergevin/pwgo","commit_stats":null,"previous_names":["dennisbergevin/pwgo"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/dennisbergevin/pwgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennisbergevin%2Fpwgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennisbergevin%2Fpwgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennisbergevin%2Fpwgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennisbergevin%2Fpwgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dennisbergevin","download_url":"https://codeload.github.com/dennisbergevin/pwgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennisbergevin%2Fpwgo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32454144,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["bubbletea","charmbracelet","cli","go","playwright","tui"],"created_at":"2025-06-26T00:08:21.653Z","updated_at":"2026-04-30T03:35:53.824Z","avatar_url":"https://github.com/dennisbergevin.png","language":"Go","funding_links":[],"categories":["\u003ca name=\"programming\"\u003e\u003c/a\u003eProgramming"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ch1\u003e️  pwgo  \u003c/h1\u003e\n\u003ch5 align=\"center\"\u003e\nMulti-list interactive cli tool to run your Playwright suite.\n\u003c/h5\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"Pwgo logo\" src=\"./assets/pwgo-logo.png\"\u003e\n\u003c/div\u003e\n\n## Features\n\n- 👟 Interactive local run replacement command for `npx playwright test`\n- 📓 New selectable list view of available files, tests, and tags\n- ⏳ Filterable list search\n- 🔦 Tags, test and project total descriptive helpers\n\n![Demo](./assets/pwgo-demo.gif)\n\n#### Table of Contents\n\n- [Installation](#installation)\n- [Command line arguments](#command-line-arguments)\n  - [Help mode](#help-mode)\n  - [Keyboard controls](#keyboard-controls)\n- [Selecting items](#selecting-items)\n\n---\n\n## Installation\n\n### Homebrew\n\n```console\nbrew tap dennisbergevin/tools\nbrew install pwgo\n```\n\n### Go\n\nInstall with Go:\n\n```console\ngo install github.com/dennisbergevin/pwgo@latest\n```\n\nOr grab a binary from [the latest release](https://github.com/dennisbergevin/pwgo/releases/latest).\n\n---\n\n## Command line arguments\n\n\u003e [!NOTE]  \n\u003e For a complete list of options/arguments to pass to Playwright, refer to https://playwright.dev/docs/test-cli.\n\n### Help mode\n\nCommon options are included in the help menu:\n\n```bash\npwgo --help\n```\n\n![Help demo](./assets/pwgo-help.png)\n\n### Keyboard controls\n\n\u003e [!NOTE]  \n\u003e All keyboard controls are displayed on the bottom of the program. Additional commands can be seen by pressing the '?' key.\n\n|                    Keys                     |                Action                 |\n| :-----------------------------------------: | :-----------------------------------: |\n|               \u003ckbd\u003eUp/k\u003c/kbd\u003e               |    Move to selection above current    |\n|              \u003ckbd\u003eDown/j\u003c/kbd\u003e              |    Move to selection below current    |\n|           \u003ckbd\u003eRight/l/pgdn\u003c/kbd\u003e           |   Move to next page on current list   |\n|           \u003ckbd\u003eLeft/h/pgdn\u003c/kbd\u003e            | Move to previous page on current list |\n|              \u003ckbd\u003eg/home\u003c/kbd\u003e              |      Go to start of current list      |\n|              \u003ckbd\u003eG/end\u003c/kbd\u003e               |       Go to end of current list       |\n|              \u003ckbd\u003eSpace\u003c/kbd\u003e               |            Select current             |\n|    \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003eRight/l\u003c/kbd\u003e    |          Toggle to next list          |\n|    \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003eLeft/h\u003c/kbd\u003e     |        Toggle to previous list        |\n|                \u003ckbd\u003e/\u003c/kbd\u003e                 |          Open Filter search           |\n|              \u003ckbd\u003eEnter\u003c/kbd\u003e               |     Apply Filter/Run selection(s)     |\n|               \u003ckbd\u003eEsc\u003c/kbd\u003e                |             Remove Filter             |\n| \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003ec\u003c/kbd\u003e/\u003ckbd\u003eq\u003c/kbd\u003e |                 Quit                  |\n|                \u003ckbd\u003e?\u003c/kbd\u003e                 |         Open/Close help menu          |\n\n## Selecting items\n\nItems can be selected via the \u003ckbd\u003eSpace\u003c/kbd\u003e key, which will add the item to the `Selected` list.\n\nItems can be removed from the `Selected` list and returned back to their original list via the \u003ckbd\u003eSpace\u003c/kbd\u003e key.\n\n\u003e [!NOTE]  \n\u003e If no items have been added to the `Selected` list, pressing \u003ckbd\u003eEnter\u003c/kbd\u003e on an item will run that item.\n\n![Selecting demo](./assets/pwgo-selecting.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdennisbergevin%2Fpwgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdennisbergevin%2Fpwgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdennisbergevin%2Fpwgo/lists"}