<!--more--> | 搜索条件 | 使用例子 | 备注 | | :-- | :-- | :-- | |
location: | location:china | 匹配填写的地址在china的开发者 |
| language: | language:python | 匹配开发语言为python的项目 |
| followers: | followers:>=1000 | 匹配拥有超过1000名关注着的项目 |
| in:name | in:name Wangrongsheng | 匹配用户名为Wangrongsheng的开发者 |
| in:descripton | in:descripton python | 匹配仓库描述里面有python的项目 | |
in:readme | in:readme python | 匹配README描述中有python的项目 |
| stars: | stars:>=500 | 匹配收藏数量超过500的项目 |
| forks: | forks:>=500;forks: 10..20 | 匹配分支数量超过500的项目;匹配分支数量为10-20的项目 |
| size: | size:>=5000 | 匹配仓库大于5000KB的仓库 |
| created: | created:>2019-01-01 | 匹配2019年以后创建的仓库 |
| pushed: | pushed:>2019-01-01 | 匹配仓库最近一次提交在2019年以后的仓库 |
| license: | license:apache-2.0 | 匹配使用 apache-2.0 协议的仓库 |
| user: | user:google | 匹配用户google 上传的仓库 |
| org: | org:spring-cloud | 匹配列出org的spring-cloud仓库 |
| Awesome + 关键字 | 神器关键字 | 帮助找到优秀的工具列表 | 除此之外,这些可以**组合搜索**。