Can I search for a file with a specific extension across all Bitbucket repositories?
Asked Answered
B

1

6

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?

Breeching answered 21/2, 2022 at 13:53 Comment(0)
F
6

According to their documentation, you can add ext:foo to filter for files with the extension "foo".
You also have to add a search term, you can't just list files with a specific extension.

Fauver answered 18/7, 2023 at 8:53 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.