A gh extension for interactively exploring a repo without cloning the entire repo.
gh extension install samcoe/gh-repo-explore
# 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
.