-
-
Notifications
You must be signed in to change notification settings - Fork 816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
respect hidden file attribute #379
Comments
After briefly looking into this, it appears that |
Thank you for the notice. We are going to include this as soon as the next |
@sharkdp I notice two |
Thank you for the reminder. Happy to include this into |
@sharkdp thats an interesting comment i think its a difference between "hidden" and "dont show by default" strictly speaking, dotfiles are not hidden by default on Windows. However most users probably dont care whats in them, and dont want them showing up in search results, in the general case. so if that means lumping dotfiles with true hidden files on windows, i am cool with that. but i think its an important distinction to make. |
Handling of hidden files is now supported in v7.4.0. |
currently FD considers a hidden file something starting with
.
, which is along time Linux convention
However the Windows convention of the hidden file attribute is not recognized by
FD. So if you have some files on Windows with the hidden file attribute, FD will
always show them regardless of
-H
option, unless they also happen to startwith
.
The text was updated successfully, but these errors were encountered: