-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a find in files API to Project #21
Comments
Use ripgrep (better than the silver searcher) for that... so this API will be available only if ripgrep is found (rg), and if not will display an error message. |
Fixes KDAB#21 The API return a list of document + position of the find items.
Fixes KDAB#21 The API return a list of document + position of the find items.
Fixes KDAB#21 The API return a list of document + position of the find items.
The API return a list of document + position of the find items. The method uses ripgrep (rg) for searching, which must be installed and accessible in the system's PATH. The `pattern` parameter should be a valid regular expression. Fixes KDAB#21
The API return a list of document + position of the find items. The method uses ripgrep (rg) for searching, which must be installed and accessible in the system's PATH. The `pattern` parameter should be a valid regular expression. Fixes KDAB#21
The API return a list of document + position of the find items. The method uses ripgrep (rg) for searching, which must be installed and accessible in the system's PATH. The `pattern` parameter should be a valid regular expression. Fixes KDAB#21
The API return a list of document + position of the find items. The method uses ripgrep (rg) for searching, which must be installed and accessible in PATH. The `pattern` parameter should be a valid regular expression. Fixes KDAB#21
The API return a list of document + position of the find items. The method uses ripgrep (rg) for searching, which must be installed and accessible in PATH. The `pattern` parameter should be a valid regular expression. Fixes KDAB#21
The API return a list of document + position of the find items. The method uses ripgrep (rg) for searching, which must be installed and accessible in PATH. The `pattern` parameter should be a valid regular expression. Fixes KDAB#21
The API return a list of document + position of the find items. The method uses ripgrep (rg) for searching, which must be installed and accessible in PATH. The `pattern` parameter should be a valid regular expression. Fixes KDAB#21
The API return a list of document + position of the find items. The method uses ripgrep (rg) for searching, which must be installed and accessible in PATH. The `pattern` parameter should be a valid regular expression. Fixes KDAB#21
The API return a list of document + position of the find items. The method uses ripgrep (rg) for searching, which must be installed and accessible in PATH. The `pattern` parameter should be a valid regular expression. Fixes KDAB#21
The API return a list of document + position of the find items. The method uses ripgrep (rg) for searching, which must be installed and accessible in PATH. The `pattern` parameter should be a valid regular expression. Fixes KDAB#21
The API return a list of document + position of the find items. The method uses ripgrep (rg) for searching, which must be installed and accessible in PATH. The `pattern` parameter should be a valid regular expression. Fixes KDAB#21
@narnaud Shouldn't we fallback to something else like |
Yes, we could use something else. The main idea is to not do the search ourselves, but use something that can do it easily and parse the result, so we can use it easily from the UI and the script. |
The API return a list of document + position of the find items. The method uses ripgrep (rg) for searching, which must be installed and accessible in PATH. The `pattern` parameter should be a valid regular expression. Fixes KDAB#21
The API return a list of document + position of the find items. The method uses ripgrep (rg) for searching, which must be installed and accessible in PATH. The `pattern` parameter should be a valid regular expression. Fixes KDAB#21
The API return a list of document + position of the find items. The method uses ripgrep (rg) for searching, which must be installed and accessible in PATH. The `pattern` parameter should be a valid regular expression. Fixes KDAB#21
Would be nice to have a way to find something in multiple files.
The API should return a list of document + position of the find items.
We may want to use something like silver searcher - we don't want to open all files inside Knut, would be a waste of memory.
The text was updated successfully, but these errors were encountered: