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
- Host: GitHub
- URL: https://github.com/jreisinger/ghrel
- Owner: jreisinger
- Created: 2022-06-04T20:02:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T07:47:02.000Z (over 2 years ago)
- Last Synced: 2024-06-19T05:55:32.891Z (over 1 year ago)
- Topics: assets, checksums, download, github, release
- Language: Go
- Homepage:
- Size: 85 KB
- Stars: 30
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```