Help Needed: Integrating ripgrep for file content search in web-based code editor #3087
-
I'm building a web-based code editor (similar to vscode.dev) and want to add file content search functionality using ripgrep. Looking for implementation guidance and best practices. Frontend: React + TypeScript What I'm trying to achieve: Fast, efficient file content search across project files Specific questions: How to properly expose ripgrep through my Hono API? Has anyone implemented something similar? Would appreciate any insights, code examples, or architectural suggestions. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sorry, I have no idea. You might have better luck asking in a more web focused forum for beginners. And it might help to use ripgrep's libraries (the |
Beta Was this translation helpful? Give feedback.
Sorry, I have no idea. You might have better luck asking in a more web focused forum for beginners.
And it might help to use ripgrep's libraries (the
grep
crate specifically).