Skip to content

Git subcommand that show github pullresuqest and switch branch

Notifications You must be signed in to change notification settings

fruitriin/git-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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 作業中のもの

About

Git subcommand that show github pullresuqest and switch branch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages