I create this little tool yesterday, initially for personal use, but thought it could help others if I make it public.
It basically allows to download the zip for the latest release (if it exists) on a GitHub repository.
At my work, I didn't want to download that zip every time I release a new software version and send it to my manager and colleagues. Now I just send them a unique link, and they'll always directly get the up-to-date zip.
> What if there are multiple latest releases for different OS's/chips?
Yep, that would be interesting to add. It can be done easily by adding a new parameter to the URL and the form.
> Also, would be could to turn it into an open-source Chrome extension!
I haven't thought about that. How would it work? By adding the repo URL in the extension windows, or just one click download when you're on the repo page?
It basically allows to download the zip for the latest release (if it exists) on a GitHub repository.
At my work, I didn't want to download that zip every time I release a new software version and send it to my manager and colleagues. Now I just send them a unique link, and they'll always directly get the up-to-date zip.