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

https://github.com/jreisinger/ghrel

Download and verify GitHub release
https://github.com/jreisinger/ghrel

assets checksums download github release

Last synced: about 19 hours ago
JSON representation

Download and verify GitHub release

Awesome Lists containing this project

README

          

# ghrel

```
$ ghrel -h
Download and verify assets (files) of the latest release from a GitHub repository.

ghrel [flags] /
-l just list assets, don't download them
-p pattern
assets matching shell pattern (doesn't apply to checksum files)
-v be verbose
```

To use ghrel download a [binary](https://github.com/jreisinger/ghrel/releases) for your system and architecture. Or, if you have [Go installed](https://go.dev/doc/install):

```
$ go install github.com/jreisinger/ghrel@latest
```