rtk-ai/rtk

rg --files is rewritten to rtk grep --files

Open

#2,060 创建于 2026年5月23日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Rust (2,914 fork)batch import
area:clibughelp wantedpriority:medium

仓库指标

Star
 (48,085 star)
PR 合并指标
 (平均合并 11天 1小时) (30 天内合并 45 个 PR)

描述

And it fails

$ rtk grep --files
/usr/bin/grep: option '--files' is ambiguous; possibilities: '--files-with-matches' '--files-without-match'
Usage: grep [OPTION]... PATTERNS [FILE]...
Try 'grep --help' for more information.

We should either rewrite it to rtk find like I tried to do in #1903 or implement full-fledged rtk grep --files.

贡献者指南