You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or simply add json output format so I can process it further with jq et al.
Use case -- using tree-sitter-grep to extract all SQL queries from multiple projects I have to collapse the multi-line strings which is somewhat awkward. If filters were able to modify matched output I would easily replace new lines in them and keep only the ones that look like SQL.
Also big thank you for the project, ❤️ the approach of keeping bloat factor low.
The text was updated successfully, but these errors were encountered:
Or simply add json output format so I can process it further with jq et al.
Use case -- using tree-sitter-grep to extract all SQL queries from multiple projects I have to collapse the multi-line strings which is somewhat awkward. If filters were able to modify matched output I would easily replace new lines in them and keep only the ones that look like SQL.
Also big thank you for the project, ❤️ the approach of keeping bloat factor low.
The text was updated successfully, but these errors were encountered: