Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sheepla/ghin

[WIP] ⏬ A CLI tool to install executables quickly from GitHub release page
https://github.com/sheepla/ghin

cli github github-api github-cli go-cli installer

Last synced: 3 months ago
JSON representation

[WIP] ⏬ A CLI tool to install executables quickly from GitHub release page

Awesome Lists containing this project

README

        

[![golangci-lint](https://github.com/sheepla/ghin/actions/workflows/ci.yml/badge.svg)](https://github.com/sheepla/ghin/actions/workflows/ci.yml)
[![CodeQL](https://github.com/sheepla/ghin/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/sheepla/ghin/actions/workflows/codeql-analysis.yml)

# ghin

GitHub-INstaller - A command line tool to install executable(s) from GitHub releases quickly with interactive UI inspired by [jiro4989/relma](https://github.com/jiro4989/relma), [Songmu/ghg](https://github.com/Songmu/ghg), [redraw/gh-install](https://github.com/redraw/gh-install), [Scoop](https://github.com/ScoopInstaller/Scoop), and others

*This tool is still under development. Specifications are subject to change without notice.*

## About

It is very hard to open a browser then find and install the desired assets from a large number of repositories.

This tool aims to simplify the process of finding and installing the desired assets (especially pre-built single-binary command line tools and others) from each repositories.

## Installation

### Download executable binaries

*TODO*

### Build from source

```sh
go install github.com/sheepla/ghin@latest
```

## Contributing

Welcome any contributing such as bug reports, improvements, typo fixes, etc.
Please see issue page.

## License

> [MIT](https://github.com/sheepla/ghin/blob/master/LICENSE)

## Author

> [Sheepla](https://github.com/sheepla)

## Thanks

- [jiro4989/relma](https://github.com/jiro4989/relma)
- [Songmu/ghg](https://github.com/Songmu/ghg)
- [redraw/gh-install](https://github.com/redraw/gh-install)
- [Scoop](https://github.com/ScoopInstaller/Scoop)
- ... and more!