{"id":50977051,"url":"https://github.com/abap34/disable-workflows","last_synced_at":"2026-06-19T09:04:20.605Z","repository":{"id":358695467,"uuid":"1242412004","full_name":"abap34/disable-workflows","owner":"abap34","description":"A terminal UI for finding GitHub Actions workflows across repositories and disabling them in bulk.","archived":false,"fork":false,"pushed_at":"2026-05-18T16:07:23.000Z","size":4846,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-18T18:13:32.817Z","etag":null,"topics":["github-actions","github-api","golang","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/abap34.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":"2026-05-18T12:02:32.000Z","updated_at":"2026-05-18T16:22:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/abap34/disable-workflows","commit_stats":null,"previous_names":["abap34/disable-workflows"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/abap34/disable-workflows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abap34%2Fdisable-workflows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abap34%2Fdisable-workflows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abap34%2Fdisable-workflows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abap34%2Fdisable-workflows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abap34","download_url":"https://codeload.github.com/abap34/disable-workflows/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abap34%2Fdisable-workflows/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34523991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"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":["github-actions","github-api","golang","tui"],"created_at":"2026-06-19T09:04:19.832Z","updated_at":"2026-06-19T09:04:20.600Z","avatar_url":"https://github.com/abap34.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# disable-workflows\n\nA terminal UI for finding GitHub Actions workflows across repositories and disabling them in bulk.\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"assets/demo.png\" width=\"800\"\u003e\n\u003c/div\u003e\n\n## Quick Usage\n\nScan repositories owned by the authenticated GitHub user:\n\n```sh\ndisable-workflows\n```\n\nScan an organization or another owner:\n\n```sh\ndisable-workflows --owner my-org\n```\n\n## Install\n\n```sh\ngo install github.com/abap34/disable-workflows@latest\n```\n\n## Authentication\n\nIf you already use GitHub CLI, no extra token setup is usually needed.\n\nToken lookup order:\n\n1. The environment variable named by `--token-env` (`GH_TOKEN` by default)\n2. `GH_TOKEN`\n3. `GITHUB_TOKEN`\n4. `gh auth token`\n\nFor fine-grained tokens, grant repository read access and Actions write access for the repositories you want to manage.\n\n## TUI Controls\n\n- `up/down` or `j/k`: move cursor\n- `space` or `enter`: select an active workflow\n- `a`: select all visible active workflows\n- `u`: clear selection\n- `/`: filter (`repo:api`, `workflow:deploy`, `path:ci.yml`, `state:active`, `all:release`)\n- `1`-`7`: sort by visible table columns; press the same number again to flip order\n- `[` / `]`: cycle sort column\n- `o`: flip sort order\n- `d`: disable selected workflows\n- `r`: refresh\n- `q`: quit\n\nBefore sending write requests, the tool asks you to type `disable`.\n\n## Command Line\n\nCommon options:\n\n```sh\ndisable-workflows --owner my-org\ndisable-workflows --owner my-org --repo api\ndisable-workflows --owner my-org --max-repos 50\ndisable-workflows --owner my-org --concurrency 1\ndisable-workflows --owner my-org --include-archived\n```\n\n`--help` for all options.\n\n## Note\n\n- API usage is roughly proportional to the number of repositories and workflows scanned. By default, expect about `repo_count + workflow_count` requests, plus a small number of paginated owner/repository listing requests. Authenticated GitHub API requests usually allow around 5000 requests per hour, so be mindful of rate limits for large owners.\n- For repeated use, disable-workflows caches workflow data for `--cache-max-age` (default 5 min) to speed up subsequent runs. Use `--no-cache` or set `--cache-max-age=0` to update cached data from GitHub every time.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabap34%2Fdisable-workflows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabap34%2Fdisable-workflows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabap34%2Fdisable-workflows/lists"}