github搜索

Github搜索技巧

in:name

按照项目名称搜索
eg:搜索项目名称里带mall(商城)的项目
    in:name mall

in:description

按照描述搜索
eg:搜索描述里带spring的项目
    in:description spring

in:readme

按照项目介绍进行搜索
eg:搜索项目介绍里带spring的项目
    in:readme spring

stars

关注数
eg:搜索项目名称里带spring,并且关注度超过1500的项目 
    in:name spring stars:>3000

forks

克隆(分支)代码的数量
eg:搜索项目名称里带spring,并且克隆超过1500的项目
    in:name spring forks:>3000

pushed

项目更新时间
eg:搜索项目名称里带spring,并且2021年有更新的项目 
    in:name spring pushed:>2021-01-01

language

编程语言
eg:用python实现的爬虫项目,今年还在更新的 
    in:description 爬虫 language:python pushed:>2021-01-01

topic

根据话题关联性进行搜索
eg:和spring相关的项目
    topic:spring

github搜索
https://jessnzz.github.io/2021/12/13/github搜索/
作者
Jessn
发布于
2021年12月13日
许可协议