Senth / minecraft-mod-manager

Install and update mods from CurseForge and Modrinth through a CLI
MIT License
75 stars 7 forks source link

Parallel downloading #55

Open rollingmoai opened 3 years ago

rollingmoai commented 3 years ago

Things would be faster if the mods were downloaded and installed in parallel.

Senth commented 3 years ago

Great idea, I would even suggest a parallel search for when you want to update mods. Running that takes a lot of time.

The one possible issue I can see is that printing out the status would be a lot harder. I guess I'll have to think for a while about that. Feel free to suggest any ideas on that if you have any 🙂

It's a feature that I'd say would be required for version 2.0, but I'd want to implement it before 2.0 so that it has been tested a bunch before that.

rollingmoai commented 2 years ago

For your information, I am now using https://github.com/gorilla-devs/ferium, which does this and has a beautiful UI: image

Senth commented 2 years ago

Hi @rollingmoai,

Thanks a lot for the link and an example of how to do this in a sleek and beautiful way 🙂

Hmm, I might actually start using that CLI instead 🙂