Flag for hidden directory. #3418
Unanswered
itzcodex24
asked this question in
Q&A
Replies: 1 comment
-
# .zshrc
export FZF_DEFAULT_COMMAND="fd --hidden --follow --exclude '.{cache,DS_Store,gem,git,npm,parallel,Trash,vscode-oss}' --exclude '{Library,Music,node_modules,Pictures}/' --color always" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, is the a way I can use the fzf command within the terminal to search for files excluding those in a directory specified.
Something like this is what I'm looking for:
fzf --hide node_modules/*Beta Was this translation helpful? Give feedback.
All reactions