GitHub搜索技巧

不整那些花里胡哨的,直接上干货……

Github搜索是有技巧的,以我需要找一个spring boot,thymeleaf为例


搜索示例

类似于Google搜索,可以加上一些限定词,然后,搜索得到的结果可以更加理想
类似的语句

  • in:description thymeleaf stars:>100
  • in:name thymeleaf forks:>100
  • in:readme thymeleaf language:java pushed:>2019-09-03
  • in:description 爬虫 language:python stars:>1000 pushed:>2019-01-01

上图中,左下角有一个Advanced search[高级搜索]cheat sheet[备忘录],可以点开仔细查看

cheet sheet

Advanced search

参考链接-知乎

你可能感兴趣的:(GitHub搜索技巧)