https://github.com/sayanarijit/gh-xplr
Explore GitHub repos using xplr via GitHub CLI
https://github.com/sayanarijit/gh-xplr
cli command-line gh-extension github terminal tui
Last synced: about 1 month ago
JSON representation
Explore GitHub repos using xplr via GitHub CLI
- Host: GitHub
- URL: https://github.com/sayanarijit/gh-xplr
- Owner: sayanarijit
- License: mit
- Created: 2022-05-31T18:15:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T05:14:53.000Z (about 2 years ago)
- Last Synced: 2025-03-19T05:55:50.159Z (about 2 months ago)
- Topics: cli, command-line, gh-extension, github, terminal, tui
- Language: Lua
- Homepage: https://xplr.dev
- Size: 46.9 KB
- Stars: 47
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gh-cli-extensions - **xplr** - Explore GitHub repos using xplr via GitHub CLI. (Github)
README
# gh xplr
Explore GitHub repos using xplr via GitHub CLI.

### Requirements
- [gh](https://cli.github.com)
- [xplr](https://xplr.dev)### Install
GitHub CLI users
```bash
gh extension install sayanarijit/gh-xplr
```Rustaceans
```bash
cargo install gh-xplr
```### Run
```bash
gh xplr sayanarijit/xplr
# or
gh-xplr sayanarijit/xplr
```### Key Bindings
- enter - Open the hovered or selected files in your web browser.
- g r - Explore another repository (with interactive search support).