-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Feature: Custom filters for hidden different types of files #8423
Comments
Instead of custom filters, since i dont think there many files to hide. Adding ~$ to the list should be enough. |
@Josh-65 Yeah, that's true, although it would be just "~". The second file in my image doesn't have a "$". Someone in the linked issue also said they worked with files that were "__file" and "_file" that should be hidden:
So it could filter these symbols: However, they would have to be togglable individually at the very least. As for hiding things like the lost and found folder, or normally-hidden system files, that wouldn't be possible. It would fix most of the most common use cases though |
I have the same request but for the |
What's the Problem?
Hiding dot "." files has been addressed, however there are other cases where a similar problem still exists. My specific problem is that word files create a temporary "~$filename.docx" file. These are usually hidden on windows, but because it's mounted from Linux (over the network) nothing is hidden. I am also sure there are other instances where this feature would be very useful (like hiding the "lost+found" folder on a Linux drive for example).
Solution/Idea
Add more advanced options under the "hide dot files" option to allow custom wildcards or filters. I know there was talk about this under this issue but I think it needs a separate issue for proper discussion. That issue does have some great thoughts and mockups!
The "hide dot files" option could drop down to a list of different filters when the advanced option is picked. The user could then add or remove filters from the list, or simply edit the string and how it should be filtered.
Alternatives
Keep it sweet and simple with just the dot option.
Priorities
Files Version
N/A
Windows Version
N/A
Comments
Here is an example of some pesky files that should be hidden but aren't:
The text was updated successfully, but these errors were encountered: