Github的高級搜索

  • 2020 年 3 月 12 日
  • 筆記

<!–more–> | 搜索條件 | 使用例子 | 備註 | | :– | :– | :– | |

location: | location:china | 匹配填寫的地址在china的開發者 |

| language: | language:python | 匹配開發語言為python的項目 |

| followers: | followers:>=1000 | 匹配擁有超過1000名關注着的項目 |

| in:name | in:name Wangrongsheng | 匹配用戶名為Wangrongsheng的開發者 |

| in:descripton | in:descripton python | 匹配倉庫描述裏面有python的項目 | |

in:readme | in:readme python | 匹配README描述中有python的項目 |

| stars: | stars:>=500 | 匹配收藏數量超過500的項目 |

| forks: | forks:>=500;forks: 10..20 | 匹配分支數量超過500的項目;匹配分支數量為10-20的項目 |

| size: | size:>=5000 | 匹配倉庫大於5000KB的倉庫 |

| created: | created:>2019-01-01 | 匹配2019年以後創建的倉庫 |

| pushed: | pushed:>2019-01-01 | 匹配倉庫最近一次提交在2019年以後的倉庫 |

| license: | license:apache-2.0 | 匹配使用 apache-2.0 協議的倉庫 |

| user: | user:google | 匹配用戶google 上傳的倉庫 |

| org: | org:spring-cloud | 匹配列出org的spring-cloud倉庫 |

| Awesome + 關鍵字 | 神器關鍵字 | 幫助找到優秀的工具列表 | 除此之外,這些可以**組合搜索**。