Skip to content

GitHub filename search

GitHub filename search is a specific search operator that allows users to locate files within repositories by targeting their exact names.^[600-developer-tools-github.md]

Usage

To perform a filename search, use the filename: operator followed by the specific term or phrase you are looking for.^[600-developer-tools-github.md]

Syntax

The basic syntax involves appending filename: with the query string in quotes.^[600-developer-tools-github.md]

Example:

filename:"MySQL高级"
This query will locate files named "MySQL高级".^[600-developer-tools-github.md]

Sources

  • 600-developer-tools-github.md
  • [[GitHub]]