E.g.: I want to find all CRMs which have Dockerfile
inside their repository.
I checked github help, but haven't found any suitable search qualifier. There is just filename:
and in:file:
, but it's not as desired, I need something like has_file:
or in:filename
Any workaround?
On GitHub.com, navigate to the main page of the repository. Above the list of files, click Go to file. In the search field, type the name of the file you'd like to find. In the list of results, click the file you wanted to find.
To search within a particular repository or organization, navigate to the repository or organization page, type what you're looking for into the search field at the top of the page, and press Enter.
Use path:/ to search for files that are located at the root level of a repository. Or specify a directory name or the path to a directory to search for files that are located within that directory or any of its subdirectories.
Searching using a visual interface You can search GitHub Enterprise Server using the search page ( https://[hostname]/search ) or advanced search page ( https://[hostname]/search/advanced ). The advanced search page ( https://[hostname]/search/advanced ) provides a visual interface for constructing search queries.
The best workaround for this purpose is ..
search using in:path Dockerfile
This will also include directories consisting the word 'Dockerfile', but such results are quite unlikely.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With