Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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`.