Is their any possible to '--exclude' multiple dir? #1696
-
I was just trying to conf my vim fzf "let $FZF_DEFAULT_COMMAND='rg --exclude .git' ". How should I do it? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Do what? Please give more details. Leave fzf out of it. Focus on ripgrep. What is your input? What output do you want? |
Beta Was this translation helpful? Give feedback.
-
I just want to exclude multiple dirs while the search for patterns. |
Beta Was this translation helpful? Give feedback.
-
Then use If this isn't what you're looking for, then please add more detail to your question beyond a single sentence. Otherwise I'm not going to help you. |
Beta Was this translation helpful? Give feedback.
-
Sorry, I am new to the opensource discussion. But yeah, this what I am looking for thanks for the help. |
Beta Was this translation helpful? Give feedback.
Then use
--exclude dir1 --exlude dir2
or--exclude '{dir1,dir2}'
.If this isn't what you're looking for, then please add more detail to your question beyond a single sentence. Otherwise I'm not going to help you.