-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi, very nice tool you've made - the GUI is very nice and convenient. However, I'm wondering if it would be in any way possible to forgo the GUI for more integration-like behavior; e.g:
> factorio-mod-downloader --headless --url "https://example.com/" --path "some/destination/folder"
Which would do the same thing as the application but without the visual, probably printing the log to stdout.
Additionally, I would also like to request the ability to point to a file containing a list of urls, similar to how requirements.txt works for Python:
> cat "mod-urls.txt"
https://mods.factorio.com/mod/pymodpack
https://mods.factorio.com/mod/cybersyn
(etc.)
> factorio-mod-downloader --headless --modlist "./mod-urls.txt" --path "some/destination/folder"
This would allow you to make a single "configuration file" that you could point to in order to specify a custom modpack and download them all from one single command.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request