You can download it from the releases page or install it with cargo:
bash
cargo install cosmoteer_mod_helper
If you just run the executable, it will create a file named cosmoteer-mods.ron
containing all mod-ids you have enabled.
If you run the executable with the file as an argument, either on the command line or by dropping the cosmoteer-mods.ron
onto the executable.
```txt Usage: cosmoteermodhelper.exe [OPTIONS] [FILE]
Arguments: [FILE] The file to open
Options: -n, --no-confirm If set, doesn't ask for confirmation -h, --help Print help information ```