mherrmann / mherrmann/fman

Make 'hidden files' filter include dotfiles on Windows

Open
#656 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement windows
Dominant language
Python
Stars
275
Forks
16
PR merge metrics
No merged PRs in 30d

Description

Currently when 'Show/hide hidden files' is toggled to 'hide' on Windows, only files with a hidden attribute are hidden, so those named with an initial dot are still shown.

Ideally (for me anyway), both types would be hidden. There are several cases where you might browse files in unixy directories (eg. mounted linux filesystems, \wsl$\ paths served up by 9P, etc), and they're often very cluttered with dotfiles.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the Windows implementation of the “Show/hide hidden files” filter and inspect how filesystem attributes are checked. Verify the behavior against paths containing dotfiles and Windows-hidden files, including the Unix-like paths described in the issue. Done means hiding both kinds of files when the filter is set to hide, while preserving their visibility when it is set to show.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
desktop, operating-systems
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.