Skip to content

Console entry point without GUI #16

@redruin1

Description

@redruin1

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions