PulseAugur
实时 05:14:43
实体 ripgrep

ripgrep

PulseAugur coverage of ripgrep — every cluster mentioning ripgrep across labs, papers, and developer communities, ranked by signal.

Show in brief
总计 · 30天
3
90 天内 3
发布 · 30天
0
90 天内 0
论文 · 30天
0
90 天内 0
层级分布 · 90 天
最近 · 第 1/1 页 · 共 3 条
  1. TOOL · CL_19609 ·

    Cursor IDE hangs when using grep, users seek solutions

    Users of the Cursor IDE are experiencing significant issues with the application freezing during grep operations. This problem prevents users from completing prompts and forces them to use alternative methods like ripgr…

  2. TOOL · CL_17650 ·

    CS 代码搜索工具提供类似 Sourcegraph 的相关性,无需索引

    一款名为 'cs' 的新命令行工具已发布,它无需索引即可提供高级代码搜索功能。它会即时解析文件以理解代码结构,区分代码、注释和字符串,从而提供比 ripgrep 等传统文本搜索工具更相关的结果。该工具支持基于复杂度的排名、按代码或注释过滤以及直接跳转到声明或用法等功能,并支持多种编程语言。

  3. TOOL · CL_47867 ·

    Replit 推出支持高级功能的新代码搜索工具

    Replit 推出了一款新的代码搜索工具,旨在帮助开发人员在其项目中快速查找特定的代码元素。该工具是在 2023 年 Hack Week 期间开发的,利用 `ripgrep` 进行高效搜索,并支持正则表达式以及包含/排除模式等高级功能。为了确保响应迅速的用户体验,Replit 实现了 `ripgrep` 的流式输出,并采用列表虚拟化和输出限制等技术,即使在大型代码库中也能保持性能。