Github 中高效寻找搜索开源项目
in:name
搜索时使用 in:name
可以搜索名字包含的内容
1 | in:name vue |
搜索过滤
- Stars 数
1 | #匹配start书大于1000 |
- Forks 数
1 | #匹配Forkt书大于1000 |
条件并行使用
1 | #匹配Forkt书大于1000 |
in:description
在描述中搜索
1 | in:description 前端 |
language
1 | in:description 前端 language:vue |
pushed
更新时间
1 | in:description 前端 language:vue pushed >2019-10-01 |
条件并行使用
1 | in:description 爬虫 language:python star>1000 pushed >2019-10-01 |
in:readme
在 READMME 中搜索
1 | in:readme security stars>1000 |