git-switchboard
v0.0.2
Published
Interactive TUI for browsing and checking out git branches
Downloads
700
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.github.io/git-switchboard
License
MIT
