Ilesh Thiada
Ilesh Thiada
> I don't think I can replicate cmd in windows terminal exactly Why is that so? Something to do with the shortcuts?
It seems I need to use [this winapi function](https://microsoft.github.io/windows-docs-rs/doc/windows/Win32/System/Console/fn.SetConsoleMode.html) to enable ansi escape codes for conhost.
Kyle had an idea that we could split the profile into seperate files in the config directory. Then one could easily share single profiles with people.
Implementing it wouldn't be too hard because we can just construct the files back into a regular config in libium
I think the shareable profiles should be a seperate feauture, make a seperate new issue if you want that
[obj-obj/ferium](https://github.com/obj-obj/ferium) is a fork that has a subcommand based way to import/export profiles. It can be used as a temporary workaround. Though keep in mind I did not write the...
Hmm interesting. I think it'll be better if we allow some sort of wildcard pattern right? So in the case you described, you could use `ferium upgrade "macaw*roof*"` to upgrade...
But if the mod has an upgrade could it upgrade the disabled mod (keeping it disabled ofc)? And does PolyMC deal with the disabled mods or are they not loaded...
I just realised that we would need to find out which mod was disabled, because it might be an old version. This is again the same problem as #17, identifying...
That's what I thought at first. But the problem is that if an old version was disabled, Ferium would just download the new version and end up 'enabling' the mod...