fvdhoef / aquarius-plus

Official Aquarius+ repository
MIT License
44 stars 9 forks source link

Feature Improvement for updategh command #71

Closed frnno967 closed 7 months ago

frnno967 commented 7 months ago

Have an idea for a feature enhancement. For the updategh command, make the first question "Update to latest version?" and if the user enters Yes then it grabs a text file from the GitHub repository that just contains a string for the latest release version, and then feeds that into the update function. If the user says No to latest version then it prompts for the version number like current behavior. Thanks!

frnno967 commented 7 months ago

Or if there's a way to query github's API for what the latest release version is and parse that response, that would work too. Sorry my coding skills aren't good enough to implement this myself, but I hope the idea sounds simple enough to implement.