💻
Good First Issueがあるリポジトリを見つけるGithub CLI拡張「gh-warm」
Good First Issueを探すとき、皆さんはのどのように探していますか?
自分はGithubのからぽちぽち検索して探しています。
今回はterminalからGood First Issueがあるリポジトリを検索できる拡張を作りました。
使い方はシンプル
シンプルですねー
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