# Github 使用技巧
# 搜索指南
搜索内容的类型
- Repositories
- Topics
- Issues and pull requests
- Discussions
- Code
- Commits
- Users
- Packages
- Wikis
# 搜索仓库(Repositories)
- in:name:指定搜索范围是仓库名称
- in:description:指定搜索范围是摘要中
- in:readme:指定搜索范围是readme文档中
比如,指定项目仓库名称 front-end
、typescript
、demo
三个关键字,那么搜索如下:
in:name front-end typescript demo
同时还可以通过 stars
和 forks
来删选
- stars:> :筛选stars数量大于某个值的仓库
- stars:start..end :筛选stars数量在start和end区间的仓库
- fork:>
- fork:start..end
in:name front-end typescript demo stars:100..200
通过 language
关键字,比如搜索在描述中出现的关键词“前端面试”的编程语言是 javascript
的仓库
in:description 前端面试 language:javascript
还可以通过 created
、pushed
来删选
in:description 前端面试 language:javascript pushed:>2021-02-26
# 搜索用户(Users)
user:fantingsheng