github检索指南

github检索指南

首页休闲益智孔查找对象更新时间:2024-05-11

Hello呀,大家好,我是yangyang!最近在github上搜索项目的时候,想着能不能快速的检索一些想看的项目出来,于是乎,动用了魔法,来总结一篇笔记

1. 搜索特定用户的仓库

bashCopy Code

https://GitHub.com/search?q=user:GitHub用户名&type=Repositories

用特定的用户名替换 GitHub用户名,可以找到该用户所有的仓库。

2. 根据关键字搜索

bashCopy code

https://github.com/search?q=关键字&type=Repositories

用感兴趣的关键字替换 关键字,可以找到相关的仓库。

3. 按照编程语言搜索

bashCopy code

https://github.com/search?q=language:编程语言&type=Repositories

用特定的编程语言替换 编程语言,可以找到使用该语言的仓库。

4. 搜索具有某个主题的仓库

bashCopy code

https://github.com/search?q=topic:主题&type=Repositories

用感兴趣的主题替换 主题,可以找到具有该主题的仓库。

5. 按照星星数量排序

bashCopy code

https://github.com/search?q=关键字&type=Repositories&s=stars&o=desc

将 关键字 替换为感兴趣的关键字,这样可以按照星星数量从高到低排序搜索结果。

6. 根据更新时间筛选

bashCopy code

https://github.com/search?q=关键字&type=Repositories&s=updated&o=desc

将 关键字 替换为感兴趣的关键字,这样可以按照更新时间从近到远排序搜索结果。

7. 搜索具有某个许可证的仓库

bashCopy code

https://github.com/search?q=license:许可证&type=Repositories

用感兴趣的许可证替换 许可证,这样可以找到具有该许可证的仓库。

8. 根据文件名搜索

bashCopy code

https://github.com/search?q=filename:文件名&type=Code

用特定的文件名替换 文件名,这样可以找到包含该文件名的代码。

9. 搜索具有某个README中的关键字的仓库

bashCopy code

https://github.com/search?q=关键字 in:readme&type=Repositories

将 关键字 替换为感兴趣的关键字,这样可以找到 README 中包含该关键字的仓库。

10. 搜索特定组织的仓库

bashCopy code

https://github.com/search?q=org:组织名&type=Repositories

用特定的组织名替换 组织名,这样可以找到该组织所有的仓库。

要搜索 Node.js 项目,并按 star 数量排名前十的项目

https://github.com/search?q=nodejs language:javascript&ref=opensearch&type=Repositories&s=stars&o=desc

GitHub 检索指南笔记总结:



查看全文
大家还看了
也许喜欢
更多游戏

Copyright © 2024 妖气游戏网 www.17u1u.com All Rights Reserved