💻

Good First Issueがあるリポジトリを見つけるGithub CLI拡張「gh-warm」

2024/11/11に公開

Good First Issueを探すとき、皆さんはのどのように探していますか?

自分はGithubのからぽちぽち検索して探しています。

今回はterminalからGood First Issueがあるリポジトリを検索できる拡張を作りました。

https://github.com/komisan19/gh-warm

使い方はシンプル

シンプルですねー

Install

以下のコマンドを実行しましょう。

$ gh extension install komisan19/gh-warm

イントールが完了し、gh warmを実行してみましょう

$ gh warm
NAME:
   gh warm - searching Good First Issue

USAGE:
   gh warm [global options] command [command options]

VERSION:
   1.0.0

COMMANDS:
   type, t  set language(ex: go, rust, python etc.)
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h     show help
   --version, -v  print the version

How to

gh warm typeで言語をしていします。

例えば、Goならgh warm type go, Rustならgh warm type rustと指定しましょう

summary

機能はまだtypeしかありませんが、limit指定やissueのチェックなどできるような機能を追加していきたですね

Discussion