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 search for mods containing a specific filename #17

Closed cyberrumor closed 10 months ago

cyberrumor commented 1 year ago

This would probably best be done via adding a new command, as I like how "find" works on download/mod/plugin names, and I want each feature to have a clear boundary. Perhaps something like "file ".

cyberrumor commented 10 months ago

As of 88bdde8de3f671cf86090c58e646f1b11377e791 you can search for a specific plugin name via 'find' and it will match all mods that provide that plugin. Likewise if you 'find' a mod, it will also match all plugins owned by that mod. Both of these cases are true even if your filter doesn't directly match the adjacent component. I do not plan on expanding this to support filenames. Consider rg --no-ignore from bash for that.