用了这么久Github是时候知道github高效搜索项目了
前言
Github:https://github.com/HealerJean
2019年的github的一声巨雷, 个人可以免费创建私有仓库了 ,哎,为了省点银子,博主还专门去码云上建立私有仓库来放自己的每天的日记。两边操作,现在终于可以都放到github上来的。
但是,这种权限是有限制的哦
GitHub Free now includes unlimited private repositories. For the first time, developers can use GitHub for their private projects with up to three collaborators per repository for free. Many developers want to use private repos to apply for a job, work on a side project, or try something out in private before releasing it publicly. Starting today, those scenarios, and many more, are possible on GitHub at no cost. Public repositories are still free (of course—no changes there) and include unlimited collaborators.
个人可以免费创建私有仓库,数量无限制,不过有一个限制就是,免费的私有仓库同时最多只能有三个协作者
回归正题
相信我们很多人或多或少都接触过github,更有些人经常使用自己的github,同样也使用过github的搜索功能,但是获取觉得搜索功能不够友好,每次都得一页一页翻,实不相瞒,博主也是…………,那么这里就简单介绍下如果高效搜索github项目吧
1、平常我们所使用的搜索
直接输入关键词 比如博主正在学习的SpringCloud
1、直接输入关键词
2、输入排序的方式
1、in:name 关键词 ,仓库标题搜索
in:name SpringCloud
2、in:descripton 关键词 ,仓库描述搜索
in:descripton SpringCloud
3、in:readme 关键词 ,readme文件搜索
in:readme SpringCloud
4、stars: > 数字 关键字 ,star/fork 数量搜索
stars:>3000 spring cloud forks:>1000 spring cloud
5、size:>= 数字 ,指定仓库的大小搜索
size:>=5000 Spring Cloud
这里注意下,这个数字代表 K, 5000 代表着5M。
6、pushed:>2019-01-03 关键词 ,发布时间搜索
pushed:>2019-02-12 springcloud
7、user:用户名 ,用户名称搜索
user:healerjean
组合命令使用
在用户下面搜索
user:healerjean in:name springcloud