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
Is it possible to pass flags to ripgrep to allow for more filtered searching? For example, you could restrict a search using the -t="markdown" flag. This is helpful when you just want to do a one-off search and not necessarily create a new channel. The snacks.nvim picker allows this using the -- command e.g., live_grep> testing -- -t=markdown. There is also the keybinding that switches you into the a mode that passes through flags to the underlying picker e.g. fd or rg.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to pass flags to ripgrep to allow for more filtered searching? For example, you could restrict a search using the
-t="markdown"flag. This is helpful when you just want to do a one-off search and not necessarily create a new channel. The snacks.nvim picker allows this using the--command e.g.,live_grep> testing -- -t=markdown. There is also the keybinding that switches you into the a mode that passes through flags to the underlying picker e.g. fd or rg.Beta Was this translation helpful? Give feedback.
All reactions