Skip to content

DRAFT: feat: add option to show hidden files with underscore prefix on Windows - #1504

Draft
jschpp wants to merge 1 commit into
eza-community:mainfrom
jschpp:add_show_hidden_underscore_flag
Draft

DRAFT: feat: add option to show hidden files with underscore prefix on Windows#1504
jschpp wants to merge 1 commit into
eza-community:mainfrom
jschpp:add_show_hidden_underscore_flag

Conversation

@jschpp

@jschpp jschpp commented Jun 10, 2025

Copy link
Copy Markdown
Contributor

I tried adding a flag to show _prefix files under windows. See #1233 and #1220

I'm not happy with this. Adding a new boolean to Dir::files() meant touching every call site, which made the change feel more invasive than it should’ve been. There are some call sites like where I just chose a reasonable sounding default to pass along.

This is not complete and I'm not sure how to get there. eza -T --show-hidden-underscore for example doesn't work at the moment and I don't know quite why...

@cafkafk would you mind taking a look and see if this is more like what you had in mind in #1233

closes #1220

@jschpp
jschpp requested a review from MartinFillon as a code owner June 10, 2025 06:58
@jschpp
jschpp marked this pull request as draft June 10, 2025 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: eza hides files beginning with __ for python projects on Windows

1 participant