rtk-ai/rtk

rg rewrite edge case

Open

#1,367 opened on Apr 17, 2026

View on GitHub
 (2 comments) (2 reactions) (0 assignees)Rust (2,914 forks)batch import
area:clibugeffort-smallgood first issueneeds-reproductionpriority:medium

Repository metrics

Stars
 (48,085 stars)
PR merge metrics
 (Avg merge 11d 1h) (45 merged PRs in 30d)

Description

llm attempted usage:

rg -n -U "document:\\s*\\{\\s*create:\" api/src scripts" ^ this works normally

after rewrite: rtk grep -n -U "document:\\s*\\{\\s*create:\" api/src scripts"%

usage output: /usr/bin/grep: Unmatched \{

Contributor guide