Add a feature to also hide files that start with a "dot"
See original GitHub issueIs your feature request related to a problem? Please describe.
Normally on Linux/macOS dotfiles are hidden, while this isn’t the case on Windows systems, many apps still do a dotfile in the “home” directory, for example scoop:
C:\Users\User\.scoop
While in Windows you are supposed to hide folders using the hidden attribute, some Apps don’t like this. This clutters the home folder with dotfiles, and makes the UI look a lot less clean, specially since they are always located at the start of the listing.
Describe the solution you’d like
I would love if we had a setting, inside “Files and folders” to “Also hide files starting with a dot”, that is disabled by default, so that way users that don’t want this feature aren’t bothered by it, but users like me that want or wish to hide their “dotfiles” can do so.
Thanks for the amazing software!
Issue Analytics
- State:
- Created 3 years ago
- Reactions:7
- Comments:12 (8 by maintainers)
Top GitHub Comments
@Jaiganeshkumaran The feature request is about adding an option to hide them, the default will remain the way it is so that users don’t get confused.
@DiegoMagdaleno Closed with #8169