Sometimes I need to search on GitHub, and I often look for C++ source code. To do this, you can use the path:<regex> filter. For example, path:/(^|\/)README\.md$/ narrows results to files named “README.md”.

Previous