-
-
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: Shortcut to Show/hide dot files #10458
Comments
Alternatively, the "show dot files" setting can be an enum with three members: hidden, visible, and "same as hidden files and folders". |
I just went ahead and implemented this (hastily, with some missing parts and junk left behind): Commit link. What do you think? |
Dot files are not the same as hidden files, I'm interested in hearing more about your use case for constantly toggling the setting on and off. |
Technically, you're correct, they are not the same. But they accomplish the same thing in their respective worlds. On KDE file manager, Dolphin, the option to show dot files is even labeled as "Show Hidden Files".
What is the use case for constantly toggling hidden items? Under my user folder, there are 51 dot folders and 8 dot files, and some of them belong to Microsoft apps!. They should have been under AppData, but they are not. The java project I'm currently working on has 3 dot folders: .git, .github, .idea, And then there are .gitignore and .editorconfig files. They should be hidden by default, but they are not (edit: well, .git is). Most of the time I don't need to see them, like I don't need to see the "regular" hidden files, they are just visual noise. But sometimes I need to see them, just like sometimes I need to see the regular hidden files. Files has a quick toggle and a shotcut to show/hide hidden items, and I just thought that those can be used to show/hide dot files too. Anyway, thanks!. And sorry for my broken English. |
If we can add a shortcut for this, what would you suggest? |
Ctrl + . 🙂 |
A feature to modify hotkeys is in the works. This will also allow keyboard shortcuts to be assigned to commands that do not have them by default. |
Merging with #11481 |
What feature or improvement do you think would benefit Files?
Dot files are *nix hack to hide files. Shouldn't their visibiliy also can be toggled using the "show hidden items" toggle and ctrl+h shortcut?
Currently the user needs to go to settings dialog each time they want to change the visibility of the dot files. Since, no thanks to multi-platform apps' mishandling of config/user data paths, now dot files are everywhere, I think that feature (it's very helpful btw, thanks for implementing it) should be streamlined.
Requirements
Files Version
Version: 2.3.12.0
Windows Version
Windows 11 22H2 22621.819
Comments
No response
The text was updated successfully, but these errors were encountered: