metacpan / metacpan-grep-front-end

Grep Front end code
GNU General Public License v3.0
13 stars 13 forks source link

Add a checkbox to exclude Devel::PPPort matches #58

Open khwilliamson opened 3 years ago

khwilliamson commented 3 years ago

I usually use this tool when I want to know if something is used on CPAN. But if it is in Devel::PPPort it will show up in distros that use that but don't actually use the searched for item. In lieu of a more general capability, this would make this tool actually useful for my purposes.

atoomic commented 3 years ago

probably better to make this more generic and add a field to exclude all files with that name (or pattern)

khwilliamson commented 3 years ago

I'd rather have something than make it harder so it doesn't get implemented. In fact there are multiple files in D:P that could match, so it's actually easier for the caller to just check the box. D:P is very special and worth making the special case for

toddr commented 3 years ago

Isn't it just ppport.h you're excluding?

khwilliamson commented 3 years ago

On 1/11/21 9:16 AM, Todd Rinaldo wrote:

Isn't it just |ppport.h| you're excluding?

Mostly, but there are searches that show up some other files in it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/metacpan/metacpan-grep-front-end/issues/58#issuecomment-758059814, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA2DH32G3L3CFXRQQKHM33SZMP4DANCNFSM4SW6TPCQ.

atoomic commented 1 year ago
Screen Shot 2023-04-28 at 11 22 14

Would the changes from #61 as shown by the screenshot cover your need? where the last input text field is used to ignore and filter files using path where * can be used