美文网首页
GitHub搜索技巧

GitHub搜索技巧

作者: 马蹄哒 | 来源:发表于2020-02-21 14:44 被阅读0次

GitHub上托管了很多的开源项目,如何快速检索到自己感兴趣的项目?

Awesome + 关键字

Awesome系列有很多优质的资源

条件搜索

条件 说明
stars: stars:>=1000 匹配stars数量超过1000的
forks: forks:>=100 匹配forks数量超过100的
followers: followers:>=100 匹配关注数超过100开发者
language: language:php 匹配开发语言为php的项目
location: 匹配开发者地址
in:name 在项目名称中搜索
in:fullname 搜索开发者名字
in:description 在 项目描述中搜索
in:readme 在项目readme中搜索
in:USERNAME 在USERNAME中搜索
in:ORGNAME 在组织或机构名中搜索

热门

Trending :热门项目
Topics :热论主题

相关文章

  • Github 搜索技巧

    Github 的资源对于广大开发者来说真是个宝藏,那么除了在搜索框里输入关键字再回车之外,我们还可以怎么用呢?一般...

  • Github 搜索技巧

    搜索一些好东西: Awesome + 你的关键字 github中国区排名: location:china 点...

  • Github搜索技巧

    # Github搜索技巧在search栏搜索开源项目##名字搜索`In:name spring boot` **搜...

  • Github搜索技巧

    in:name关键词 in:descripton关键词 in:readme关键词 stars:>数字:Star数超...

  • GitHub搜索技巧

    GitHub上托管了很多的开源项目,如何快速检索到自己感兴趣的项目? Awesome + 关键字 Awesome系...

  • GitHub搜索技巧

    不整那些花里胡哨的,直接上干货…… Github搜索是有技巧的,以我需要找一个spring boot,thymel...

  • github搜索技巧

    iOS stars:>0 如何查看一门语言的 Repository 排行榜(按 stars 数量排)?langua...

  • Github搜索技巧

    写在最前,本文转自掘金[https://juejin.cn/post/6937908330362994702] 开...

  • GitHub搜索技巧

    前言 经常会在GitHub[https://so.csdn.net/so/search?q=GitHub&spm=...

  • 大佬们都在用的github高级技巧

    搜索技巧https://github.com/search/advanced[https://github.com...

网友评论

      本文标题:GitHub搜索技巧

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