I am trying to find all occurrences of a file with a specific extension across all repositories available in Bitbucket. I have been struggling to find the answer to that on Google.
Let's say I am looking for all files ending with .foo
I would like to see a list of all repositories that contain such files. I would also like to be able to view paths within each repository to a specified file with an extension.
Is there a way to do that?