Skip to content
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

Ignore .DS_Store files on OS X #108

Open
taprobane99 opened this issue Apr 28, 2023 · 2 comments
Open

Ignore .DS_Store files on OS X #108

taprobane99 opened this issue Apr 28, 2023 · 2 comments

Comments

@taprobane99
Copy link

Is it possible to have a Mac preference to ignore these files, as they often come up as mismatches. They store information on folder view settings so aren't very important. Every single folder has one.

@darealshinji
Copy link
Collaborator

darealshinji commented Apr 29, 2023

I would suggest a glob pattern so users can decide wich files to ignore.

@taprobane99
Copy link
Author

This is a bit of a problem, as quickhash will scan 50,000 files in a set of Mac folders, then spend several minutes preparing the display grid, only to discover that the 200 mismatches are all .ds_store files.

Maybe an option to ignore hidden files, which could be useful for all platforms.

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

No branches or pull requests

2 participants