Every now and then, I need to find the paths of certain files. For example, if I do a search for "*.py", I would like to see all the folders where these files are located. I'm not interested in the files themselves, just the folders. Currently, I have to sort them by location and then filter them externally. It would be nice if I can get a summary of all folders without the actual filenames.