Xieldy's Blog

The quieter you become, the more you are able to hear.

Github搜索优秀项目小技巧

语法 功能 示例
in:name 搜索仓库名包含关键词的仓库 python in:name
in:description 搜索仓库描述包含关键词的仓库 python in:description
in:readme 搜索readme中包含关键词的仓库 python in:readme
followers:n 搜索关注人数满足条件n的仓库 python followers:>=1000
stars:n 搜索star数满足条件n的仓库 python stars:>100
language:LANGUAGE 搜索使用LANGUAGE语言的仓库 python language:python

本文只整理了部分常用语法,更多内容请见github官方完整教程

posted @ 2020-01-12 11:36  xieldy  阅读(242)  评论(0编辑  收藏  举报