bcssov / IronyModManager

Mod Manager for Paradox Games. Official Discord: https://discord.gg/t9JmY8KFrV
https://bcssov.github.io/IronyModManager/
MIT License
346 stars 41 forks source link

addition of an exclude/hide bar for installed mods #441

Closed lamb-toby closed 1 year ago

lamb-toby commented 1 year ago

Is your feature request related to a problem? Please describe. I have a merged stellaris 3.7.4 collection in use. Now I'm testing 3.8 collections. The "(Merged 3.7.4) Modname" mods in the installed mods list are annoying when working on other collections.

Describe the solution you'd like An extra option to exclude/hide mods that have certain strings in their name would be great. For example to hide all mods containing "(Merged 3.7.4)"

Describe alternatives you've considered Addition of a modifier to the existing filter bar, e.g. "-", to hide mods with names containing certain strings from the installed mods list. For example putting "planetary diversity -merged" in the filter bar to show only the unmerged planetary diversity mods.

bcssov commented 1 year ago

Judging by your description you want this; https://github.com/bcssov/IronyModManager/wiki/Installed-Mods#filtering-mods Typing --(Merged 3.7.4) will exclude anything that contains merged keyword. You can chain multiple negate or include operators, see wiki docs for more info.

lamb-toby commented 1 year ago

yeah, sorry. that was an unneccesary oversight. thanks a lot :)