美文网首页
github的高级搜索

github的高级搜索

作者: 江湖必点小菜 | 来源:发表于2019-01-19 17:20 被阅读0次

1. 明确搜索仓库标题、仓库描述、README

搜索名字 \color{red}{in:name ×××}

搜索项目描述 \color{red}{in:description ×××}

搜索readme \color{red}{in:readme ×××}

利用star,fork搜索 \color{red}{stars:>3000 ×××}\color{red}{fork:>3000 ×××}

利用仓库大小搜索 \color{red}{size:>=3000 ×××}

备注:数字的单位是k,3000表示3M

判断仓库是否还在更新维护 \color{red}{pushed:>2019-01-19 ×××}

i

还有一些关键字,请读者自行尝试 \color{red}{user,language,org,license}

如果这些关键字难记,也可以直接访问https://github.com/search/advanced进行高级搜索

这些关键字是可以叠加搜索的

相关文章

网友评论

      本文标题:github的高级搜索

      本文链接:https://www.haomeiwen.com/subject/ntszdqtx.html