ferium
ferium copied to clipboard
Pick which mod to download if multiple hits were found
If I'm being more specific, when option --dont-check-game-version or --dont-check-mod-loader is provided, prompt the user to choose which one should be downloaded.
The main usage for this would be github mods, since a lot of them has 1.18 in the title but not 1.18.2, but if I provide --dont-check-game-version, it will often download the incorrect version.
Notable example:
https://github.com/SpaceWalkerRS/alternate-current/releases/tag/v1.2
My goodness, what kind of atrocity is that release? It's a complete mess! They should learn how to properly release software.
Damn, now I'm thinking I should have never got into the trouble of implementing GitHub Releases because there will inevitably be people using them completely incorrectly.
~~https://github.com/gorilla-devs/gdlauncher/releases/latest~~
~https://github.com/gorilla-devs/gdlauncher/releases/latest~
wtf? Is there anything explaining what the files even are?
That's just nearly everything that gets outputted by nom run release
My goodness, what kind of atrocity is that release? It's a complete mess! They should learn how to properly release software.
Well a more "normal" example is VulkanMod! https://github.com/xCollateral/VulkanMod/releases/tag/0.1.4%2B3 it's 1.18 so it doesn't work with 1.18.2, but if i ignore the check, it will download the 1.17 verison instead
Actually, this can be fixed by #29 right? Why would we need a filter and a picker?
Sometimes regex filtering is difficult for newcomers to implement But a file picker doesn't need any other user configuration
Sometimes regex filtering is difficult for newcomers to implement
I wasn't thinking of a regex, more of a glob pattern. Sort of like gh release download's glob pattern downloads. But yeah ig both would be ideal.