-
for example rg -tjs 'example' rg -tmd -F 'example text' In this example, there might be alternative approaches, but I am curious to know how I should proceed if I were to use the current options available. |
Beta Was this translation helpful? Give feedback.
Answered by
ibhagwan
Jun 13, 2024
Replies: 1 comment 1 reply
-
If you wanna be able to use these in live grep: For grep, you can always use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gengdz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you wanna be able to use these in live grep:
https://github.com/ibhagwan/fzf-lua/wiki#how-can-i-send-custom-flags-to-ripgrep-with-live_grep
For grep, you can always use
grep({ cmd = … })
.