Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tmiland/latest-release

Check for latest release from a GitHub repo
https://github.com/tmiland/latest-release

bash bash-script github-releases

Last synced: 16 days ago
JSON representation

Check for latest release from a GitHub repo

Awesome Lists containing this project

README

        

# latest-release

## Script to check for latest release from a GitHub repo

* Display new version number
* Display release title
* Display release notes
* Select y/n to update/not update

## Screenshots
![screenshot](https://raw.githubusercontent.com/tmiland/latest-release/master/latest_release.png)

## Testing

#### Download and execute the script:

```bash
$ wget https://github.com/tmiland/latest-release/raw/master/latest_release.sh
$ chmod +x latest_release.sh
$ ./latest_release.sh
```

## Credits
- Code is mixed and and customized from these sources:
* [ghacks user.js updater.sh](https://github.com/ghacksuserjs/ghacks-user.js/blob/master/updater.sh)
* [get_latest_release.sh](https://gist.github.com/lukechilds/a83e1d7127b78fef38c2914c4ececc3c)

## Donations
- [PayPal me](https://paypal.me/milanddata)
- [BTC] : 33mjmoPxqfXnWNsvy8gvMZrrcG3gEa3YDM

### License

[![MIT License Image](https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/MIT_logo.svg/220px-MIT_logo.svg.png)](https://github.com/tmiland/Invidious-Updater/blob/master/LICENSE)

[MIT License](https://github.com/tmiland/Invidious-Updater/blob/master/LICENSE)