Loading...
Loading...
Use when grep/ripgrep fails on Windows due to paths with backslash-space sequences creating malformed paths like 'nul' from \n+ul
npx skill4agent add julianromli/opencode-template windows-safe-grepD:\Projects\Vibe Code\isometricid\nisometricidulnulrg: D:\Projects\Vibe Code\isometricid\nul: Incorrect function. (os error 1)rg --fixed-strings "SEARCH_TERM" "/d/Projects/Vibe Code/isometricid"rg --fixed-strings "SEARCH_TERM" "$(cygpath -u "D:\Projects\Vibe Code\isometricid")"find "/d/Projects/Vibe Code/isometricid" -type f \( -name "*.ts" -o -name "*.js" -o -name "*.tsx" -o -name "*.jsx" \) -exec grep -H --line-number "SEARCH_TERM" {} \;D:\Projects\Vibe Code\isometricid/d/Projects/Vibe Code/isometricidrg --fixed-strings "polar_product_id" "/d/Projects/Vibe Code/isometricid/src"