Skip to content
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

Open
KosmosisDire opened this issue Feb 19, 2022 · 4 comments
Open

Feature: Custom filters for hidden different types of files #8423

KosmosisDire opened this issue Feb 19, 2022 · 4 comments

Comments

@KosmosisDire
Copy link

KosmosisDire commented Feb 19, 2022

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

Capability Priority
This proposal will allow users to hide files that begin with a specific string Must
This proposal will allow users to hide files that end with a specific string Must
This proposal will allow users to easily add and remove filters from a list Must
This proposal will allow users to hide files that contain a specific string Could
This proposal will allow users to specify regex to hide files Could

Files Version

N/A

Windows Version

N/A

Comments

Here is an example of some pesky files that should be hidden but aren't:
Temporary files that should be hidden

@KosmosisDire KosmosisDire changed the title Add wildcards or custom filters to the hidden dot files option. Custom filters for the "hide dot files" option Feb 19, 2022
@KosmosisDire
Copy link
Author

KosmosisDire commented Feb 19, 2022

Here is a quick mockup:
Hidden Files Mockup 3

you'd probably include the dot files filter there by default, but I decided to just show a custom filter.

@Josh65-2201
Copy link
Member

Josh65-2201 commented Feb 23, 2022

Instead of custom filters, since i dont think there many files to hide. Adding ~$ to the list should be enough.

@KosmosisDire
Copy link
Author

@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:

I work a lot with files which start with _ or __ these files clutter some folders a bit, so for me it would certainly be useful. With Regex I could even hide files with specific endings. The usecases are endless.

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

@Aziks0
Copy link

Aziks0 commented Jul 8, 2022

I have the same request but for the desktop.ini files that are created in folders with custom icons. They drive me crazy.

@yaira2 yaira2 removed the discussion label Sep 8, 2022
@Josh65-2201 Josh65-2201 moved this to 🆕 New in Files task board Sep 8, 2022
@files-community files-community deleted a comment from Josh65-2201 Nov 28, 2023
@files-community files-community deleted a comment from KosmosisDire Nov 28, 2023
@yaira2 yaira2 changed the title Custom filters for the "hide dot files" option Feature: Custom filters for hidden different types of files Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

No branches or pull requests

4 participants