gpt4 book ai didi

github - 如何在特定的Github存储库中搜索文件名

转载 作者:行者123 更新时间:2023-12-04 03:37:29 24 4
gpt4 key购买 nike

使用Github's search API,我可以搜索存储库名称或用户名称。

如何在特定的Github存储库中搜索文件名?

我的意思是我该怎么做:在 repo jquery/jquery中,我搜索“selector”关键字,我将拥有选择器.js,选择器-sizzle.js,选择器-native.js和选择器-文件夹

谢谢

最佳答案

一种解决方法是使用以下方法执行code search:

  • q:您正在寻找的文件中的单词
  • filename:您要查找的文件的名称(请参阅“Search by filename”)

  • 例如,如果您正在 repo classes.js中寻找 jquery/jquery,则您必须包含单词 addClass:

    https://api.github.com/search/code?q=addClass+repo:jquery/jquery+filename:classes.js

    取得分数> 1的结果
    "name": "classes.js",
    "path": "src/attributes/classes.js",

    braitsch添加 in the comments:

    Instead of "score", inspect the "total_count" property of the object returned by the query as "score" will be absent if the requested file is not found.

    关于github - 如何在特定的Github存储库中搜索文件名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25564760/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com