We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
what if i want to find which file contains the specific string? just like in IDE.
The text was updated successfully, but these errors were encountered:
Hey @csrgxtu, just saw this, sorry about the delayed response.
That's a great idea! Do you have a proposed syntax? How do you feel about
>>> ... WHERE file CONTAINS '...';
Sorry, something went wrong.
Work for this has begun on the feat/query-file-contents branch.
feat/query-file-contents
Another option is to support -exec command ; from find utility
-exec command ;
Also it seems that all operators from name attribute are applicable to file content so syntax (and implementation) actually may be the same
name
kashav
No branches or pull requests
what if i want to find which file contains the specific string? just like in IDE.
The text was updated successfully, but these errors were encountered: