Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samcoe/gh-repo-explore
GitHub CLI extension to interactively explore a repo without cloning
https://github.com/samcoe/gh-repo-explore
cli gh-extension golang
Last synced: 8 days ago
JSON representation
GitHub CLI extension to interactively explore a repo without cloning
- Host: GitHub
- URL: https://github.com/samcoe/gh-repo-explore
- Owner: samcoe
- License: mit
- Created: 2021-06-03T13:40:01.000Z (over 3 years ago)
- Default Branch: trunk
- Last Pushed: 2023-12-11T12:03:05.000Z (11 months ago)
- Last Synced: 2024-10-13T08:24:57.422Z (23 days ago)
- Topics: cli, gh-extension, golang
- Language: Go
- Homepage:
- Size: 56.6 MB
- Stars: 55
- Watchers: 0
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gh-cli-extensions - **repo-explore** - Extension to interactively explore a repo without cloning. (Tool)
- jimsghstars - samcoe/gh-repo-explore - GitHub CLI extension to interactively explore a repo without cloning (Go)
README
# gh repo-explore
A [gh](https://github.com/cli/cli) extension for interactively exploring a repo without cloning the entire repo.
## installation
```sh
gh extension install samcoe/gh-repo-explore
```## usage
```sh
# 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`.