cyberrumor / ammo

Almost Manual Mod Organizer - Linux MO for Bethesda Games
GNU General Public License v2.0
25 stars 6 forks source link

Add ability to group mods/plugins together #18

Closed cyberrumor closed 11 months ago

cyberrumor commented 1 year ago

Acceptance criteria:

cyberrumor commented 11 months ago

I'm closing this since I've just made it possible to activate/deactivate all visible components using the all keyword instead of <index>.

You can now do something like the following:

    find light          # show only lighting mods/plugins
    deactivate mod all  # deactivate all lighting mods
    find armor          # only show armor mods/plugins
    activate plugin all # activate all armor plugins
    find                # show all components
    commit              # save changes

This should help speed up your workflow when working with large amounts of mods/plugins.