gh-repo-explore icon indicating copy to clipboard operation
gh-repo-explore copied to clipboard

GitHub CLI extension to interactively explore a repo without cloning

gh repo-explore

A gh extension for interactively exploring a repo without cloning the entire repo.

installation

gh extension install samcoe/gh-repo-explore

usage

# explore a repo
gh repo-explore samcoe/gh-repo-explore

# explore specific branch of a repo
gh repo-explore samcoe/gh-repo-explore --branch trunk

Supports --hostname flag to explore repos on hosts other than github.com.