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.

貢獻者指南