github高级搜索

文章转载于:https://zhuanlan.zhihu.com/p/55294261

搜索仓库名包含【关键字】的仓库
in:name 关键字
例如 in:name spring boot

搜索描述内容包含关键字的
in:description 关键字
例如 in:description spring boot

搜索readme文件中包含关键字的
in:readme 关键字
例如 in:readme spring boot

搜索star/fork数大于多少的
例如 starts:>=3000 spring cloud
fork:>=100 spring cloud

明确搜索仓库大小的
size:>5000 关键字
表示5000k,也就是5M

明确仓库是否还在更新
pushed:>2019-09-20 spring cloud

明确搜索仓库的LICENSE,比如搜索协议最为宽松的Apache License
license:apache-2.0 spring cloud

明确搜索仓库的语言:
例如 language:java 关键字

明确搜索某个人或组织的仓库
user:人名

联合搜索:
in:description spring boot language:java stars:>3000 pushed:>2019-09

原文地址:https://www.cnblogs.com/vary-/p/12357930.html