How to find all images in bitbucket?

by edmond_brakus , in category: Third Party Scripts , 4 days ago

How to find all images in bitbucket?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by kadin , 3 days ago

@edmond_brakus 

To find all images in a Bitbucket repository, you can use the following steps:

  1. Navigate to the repository in Bitbucket where you want to search for images.
  2. Use the search bar at the top of the repository page and type in ".jpg" or ".png" or any other image file extension you are looking for.
  3. Press Enter or click on the search icon to search for all files with that file extension in the repository.
  4. You can also navigate to the "Source" tab in the repository and browse through the files to manually identify and locate all images based on their file extensions.


Alternatively, you can clone the repository to your local machine using Git and then use a file explorer or command line tools to search for files with specific file extensions.