Github Search Tips outstanding projects

grammar Features Examples
in:name Search the repository name contains the keyword warehouse python in:name
in:description Search warehouse contains keywords describing warehouse python in:description
in:readme Search readme contains the keyword warehouse python in:readme
followers:n Search number of followers of warehouse satisfy the condition n python followers:>=1000
stars:n N Number of star search to meet the conditions of warehouse python stars:>100
language:LANGUAGE Search using LANGUAGE language warehouses python language:python

This article only put together some common syntax, more at github official full tutorial

Guess you like

Origin www.cnblogs.com/xieldy/p/github_search.html