git-switchboard
v0.3.1
Published
Interactive TUI for browsing and checking out git branches
Readme
git-switchboard
Interactive TUI for browsing and checking out git branches, with GitHub PR integration.
Install
Homebrew (macOS / Linux):
brew tap git-switchboard/tap && brew install git-switchboardChocolatey (Windows):
choco install git-switchboardInstall script (macOS / Linux):
curl -fsSL https://raw.githubusercontent.com/git-switchboard/git-switchboard/main/packaging/install.sh | shnpm (requires Bun):
npx git-switchboardGitHub Releases: Download binaries from Releases.
Usage
Branch picker
git-switchboard # local branches
git-switchboard -r # include remote branches
git-switchboard -a "Alice" # filter by authorPR dashboard
git-switchboard pr # list your open PRs across GitHubScans your local repos, matches PRs to clones, shows CI status and reviews. Select a PR to checkout the branch and open in your editor.
Documentation
Full docs: git-switchboard.com
License
MIT
