常见高级搜索
in:name 关键词
in:description 关键词
in:readme 关键词
// star 数量大于500的项目
stars:> 500
// star 数量在10-20之间的仓库
stars:10..20 关键词
// fork 数量大于500的项目
forks:>500
// fork 数量在10-20之间的仓库
forks:10..20 关键词
// 单位是KB
// 仓库大于5000KB的仓库
size:>=5000 关键词
// 最近一次提交在2019年以后的仓库
pushed:>2019-01-01 关键词
// 2019年以后创建的仓库
created:>2019-01-01 关键词
// 使用 apache-2.0 协议的仓库
license:apache-2.0 关键词
// 使用 apache-2.0 协议的仓库
license:apache-2.0 关键词
// 用户google 上传的仓库
user:google 关键词
// 列出org 的 spring-cloud 仓库
org:spring-cloud
// 多条件组合,中间加个空格就行
user:google language:java