Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T05:14:53.000Z (over 1 year ago)
- Last Synced: 2024-08-01T16:45:03.130Z (5 months ago)
- Topics: cli, command-line, gh-extension, github, terminal, tui
- Language: Lua
- Homepage: https://xplr.dev
- Size: 46.9 KB
- Stars: 48
- Watchers: 4
- 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.
![gh-xplr-demo](https://user-images.githubusercontent.com/11632726/235410035-81c9a72a-09f5-41ce-9505-5628c504a048.gif)
### 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).