文件名称:datasette-ripgrep:Web界面,用于使用作为Datasette插件构建的ripgrep搜索代码
文件大小:12KB
文件格式:ZIP
更新时间:2024-05-26 04:53:05
codesearch ripgrep datasette datasette-plugin datasette-io
数据集 Web界面,用于使用搜索您的代码, 是作为插件构建的 演示版 在试用该插件,您可以在其中跨Datasette的源代码和所属的所有datasette-*插件运行正则表达式搜索。 一些示例搜索: -正则表达式搜索with.*AsyncClient .plugin_config(对.plugin_config(的非正则表达式搜索 -仅在datasette/顶部文件夹中搜索该模式 正则表达式搜索依赖于sqlite-utils或sqlite-utils>=some-version软件包 搜索字符串test但排除HTML文件中的结果 安装 在与Datasette相同的环境中安装此插件。 $ datasette install datasette-ripgrep 需要安装rg可执行文件,以便可以通过此工具运行该可执行文件。 用法 这个插件需要配置:它需要一个path设置,以便
【文件预览】:
datasette-ripgrep-main
----.github()
--------workflows()
----datasette_ripgrep()
--------__init__.py(5KB)
--------templates()
----setup.py(1KB)
----README.md(3KB)
----tests()
--------test_ripgrep.py(8KB)
----.gitignore(108B)