Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/redraw/gh-install

install GitHub release binaries from the CLI interactively
https://github.com/redraw/gh-install

cli fzf gh-extension github github-releases

Last synced: about 2 months ago
JSON representation

install GitHub release binaries from the CLI interactively

Awesome Lists containing this project

README

        

# gh install

This [gh](https://github.com/cli/cli) extension helps you install binaries and .deb releases interactively from GitHub repos.

[![asciicast](https://asciinema.org/a/7XniSZ3FyskFz3iZvhyCcwe1c.svg)](https://asciinema.org/a/7XniSZ3FyskFz3iZvhyCcwe1c)

## Install

```bash
gh extension install redraw/gh-install
```

## Usage

```bash
gh install /
```

Optional: For fuzzy search support, install [fzf](https://github.com/junegunn/fzf)

## Environment variables
- `$GH_BINPATH` path to install binaries, defaults to `$HOME/.local/bin`