Add flags for showing only hidden files and only hidden folders #1365
Z-F-x
started this conversation in
Development
Replies: 2 comments 1 reply
-
|
Do you mean you want the output of For me |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
filter the list of all files from the current directory tested in powershell 7.5.1 -a--- 432 15 May 15:44 .env
-a--- 280 15 May 15:44 .env.secret
-a--- 247 15 May 15:44 .env.shared
d--h- - 16 May 17:49 .git
-a--- 551 16 May 09:40 .gitignore
d---- - 16 May 09:37 .vscode |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I ran into a need for quickly seeing only the files that starts with . and I cannot find any options for this? Similar with folders that start with .
I can use the --all alongside the --only-files flag but it outputs all files including the non-hidden ones.
Would be nice to have an flags to only show hidden files (e.g., --only-hidden-files), and another option to view only hidden folders (e.g., --only-hidden-folders).
Beta Was this translation helpful? Give feedback.
All reactions