GitHub如何使用命令过滤筛选你想要的项目源代码

如何搜索

in:name xxx // 按照项目名搜索

in:readme xxx // 按照 README 搜索

in:description xxx // 按照 description 搜索

stars:>xxx // stars 数大于 xxx

forks:>3000 // forks 数大于 xxx

language:xxx // 根据语言检索 编程语言是 xxx

pushed:>YYYY-MM-DD // 最后更新时间大于 YYYY-MM-DD

原文地址:https://www.cnblogs.com/yirenipeng/p/14524773.html