Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sheepla/ghin
- Owner: sheepla
- License: mit
- Created: 2022-09-25T15:47:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T07:04:46.000Z (almost 2 years ago)
- Last Synced: 2024-06-19T02:06:19.875Z (8 months ago)
- Topics: cli, github, github-api, github-cli, go-cli, installer
- Language: Go
- Homepage:
- Size: 102 KB
- Stars: 36
- Watchers: 1
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!