gh-fuda is a gh extension which extends label manipulations

gh-extension github go golang
6 Open Issues Need Help Last updated: Jul 21, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue proposes adding a new `rename` subcommand to a tool, likely for managing GitHub labels. The new command would leverage GraphQL's `updateLabel` mutation for efficient renaming, avoiding the current workaround of merging labels which is less performant.

Complexity: 2/5
good first issue

gh-fuda is a gh extension which extends label manipulations

Go
#gh-extension#github#go#golang

AI Summary: This issue proposes adding a `--exclude` option to the `empty` command. This option would allow users to specify labels that should not be deleted when the `empty` command is executed, thereby protecting specific types of issues.

Complexity: 2/5
good first issue

gh-fuda is a gh extension which extends label manipulations

Go
#gh-extension#github#go#golang

AI Summary: This issue proposes adding a new subcommand to the `gh fuda` tool that generates shell completion scripts for popular shells like Bash, Zsh, Fish, and PowerShell. This functionality will leverage Cobra's existing built-in completion support to streamline the process.

Complexity: 2/5
good first issue

gh-fuda is a gh extension which extends label manipulations

Go
#gh-extension#github#go#golang

AI Summary: This issue proposes adding support for configuration files (YAML) and environment variables to set default options for the `gh-fuda` tool. This would allow users to avoid repeatedly specifying common settings like `repos` and `concurrency` with each command.

Complexity: 2/5
good first issue

gh-fuda is a gh extension which extends label manipulations

Go
#gh-extension#github#go#golang

AI Summary: This issue proposes adding new functionality to the `delete` and `empty` commands. Specifically, it aims to introduce an `--exclude` flag that accepts comma-separated labels to prevent their selection, and to enable glob pattern matching for the `-l` (label selection) flag for more flexible bulk selection.

Complexity: 3/5
good first issue

gh-fuda is a gh extension which extends label manipulations

Go
#gh-extension#github#go#golang

AI Summary: This issue requests the addition of a `--version` command-line flag to the application. This flag should display the currently installed version of the extension, which will be injected during the build process using `ldflags` from the release workflow.

Complexity: 2/5
good first issue

gh-fuda is a gh extension which extends label manipulations

Go
#gh-extension#github#go#golang