精准搜索Github命令

1
2
3
4
5
6
7
8
9
10
11
12
in:name example 名字中有“example”

in:readme example readme中有“example”

in:description example 描述中有“example”

stars:>1000 star>1000
forks:>1000 fork>1000

pushed:>2019-09-01 2019年9月1日后有更新的

language:java 用Java编写的项目

实例

1
2
1.查找有关spring boot的项目,并且star数量在1k以上
in:springboot stars:>1000
1
2
2.查找描述一栏中有redis关键字的项目,同时指定最后更新时间在2020-01-01之前
in:description pushed:>2020-01-01

高级查询

Github文档