rtk-ai/rtk

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

Open

#2 060 ouverte le 23 mai 2026

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Rust (2 914 forks)batch import
area:clibughelp wantedpriority:medium

Métriques du dépôt

Stars
 (48 085 stars)
Métriques de merge PR
 (Merge moyen 11j 1h) (45 PRs mergées en 30 j)

Description

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.

Guide contributeur