Github搜索小技巧

我们在GitHub搜索开源项目时,可以利用精确搜索来缩小范围

1
2
3
4
5
6
7
in:description xxx	//在描述中包含xxx
in:name xxx //在项目名中包含xxx
in readme xxx //在readme中包含xxx
stars:>xxx //stars大于xxx
forks:>xxx //forks大于xxx
language:xxx //所用编程语言为xxx
pushed:>yyyy-MM-DD //最新推送日期

举例:

1
in:description 高并发 stars:>1000 language:java pushed:>2020-01-01