github搜尋技巧

2021-10-03 11:32:55 字數 797 閱讀 3751

專案名字(name)裡有 python 的

in:name python

名字(name)裡有 python 的並且 stars 大於 3000 的

in:name python starts:>3000

名字(name)裡有 python 的並且 stars 大於 3000 、forks 大於 200 的

in:name python starts:>3000 forks:>200

詳情(readme)裡面有 python 的並且 stars 大於 3000 的

in:readme python starts:>3000

描述(description)裡面有 python 的並且 stars 大於 3000 的

in:description python starts:>3000

描述(description)裡面有 python 的並且是 python 語言的

in:description python language:python

描述(description)裡面有 python 的並且 2019-12-20 號之後有更新過的

in:description python pushed:>2019-12-20

github搜尋技巧

所以,今天是準備給大家寫篇文章,普及一下 github 上的搜尋使用技巧!github 作為程式設計師聚集地的最大平台,是無數程式設計師每天必須使用和尋找資料的開源專案平台,只有熟練掌握了搜尋技巧,才能高效率的在 github 上找到優質的資源。先介紹一組搜尋技巧,如下 比如 如果按開發者所在位址查...

github搜尋技巧

好,我們來總結一下。我們想要進行精準搜尋,無非就是增加篩選條件。in name 按照專案名搜尋 in readme 按照readme搜尋 in description 按照description搜尋那麼在這裡面呢,我們又可以增加篩選條件 stars stars數大於 forks 3000 forks...

Github 搜尋技巧總結

github trend 總結熱門的倉庫和開發者 github topic 最流行的討論話題 explore trending topic in readme 在readme檔案中搜尋 in name 在倉庫標題中搜尋 in description 在倉庫的描述中搜尋 in username 在us...