Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.64 KB

README.md

File metadata and controls

50 lines (37 loc) · 1.64 KB

git-hub

現在のリポジトリのPRを一覧し、絞り込みを行ってチェックアウトするgitサブコマンドです。   this command shows your repo prs and checkout you selected.

2024-01-03.3.28.03.mov

使い方/How to Use

git hub

インストール/Instalation

NPM: https://www.npmjs.com/package/git-sc-hub

npm install -g  git-sc-hub

必要なもの/Requiments

  • bat - show coloful preview
    • カラフルなcatでプレビュー見るのに使ってます
  • fzf - awesome fuzzy finder
    • 絞り込み機能とかプレビュー機能とかはこいつ
  • gh - get prs and pull
    • PRの取得とPullはこいつをつかいます
  • sed (may be GNU sed not work currently)
    • Macで作ったのでGNU Sedだと動かないかも

補足とか/More Detail

Release Note

0.0.x - 2024/1/3 0.0.4 意図しない挙動になっていたのを修正 - 2024/1/3 0.0.3 作業中のもの - 2024/1/1 0.0.2 npmに公開して他の人でも動くっぽいのを確認 - 2024/1/1 0.0.1 作業中のもの