Skip to content
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 support for querying file contents #35

Open
csrgxtu opened this issue Jul 19, 2017 · 4 comments
Open

Add support for querying file contents #35

csrgxtu opened this issue Jul 19, 2017 · 4 comments
Assignees

Comments

@csrgxtu
Copy link

csrgxtu commented Jul 19, 2017

what if i want to find which file contains the specific string? just like in IDE.

@kashav
Copy link
Owner

kashav commented Jul 27, 2017

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 '...';

@kashav kashav changed the title search contants support? Add support for querying file contents Jul 27, 2017
@kashav kashav self-assigned this Aug 2, 2017
@kashav
Copy link
Owner

kashav commented Aug 2, 2017

Work for this has begun on the feat/query-file-contents branch.

@AlexanderYastrebov
Copy link

Another option is to support -exec command ; from find utility

@AlexanderYastrebov
Copy link

Also it seems that all operators from name attribute are applicable to file content so syntax (and implementation) actually may be the same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants