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

Remove support for zeroed files #461

Merged
merged 1 commit into from
Nov 23, 2021
Merged

Remove support for zeroed files #461

merged 1 commit into from
Nov 23, 2021

Conversation

qarmin
Copy link
Owner

@qarmin qarmin commented Nov 23, 2021

Looks that not zeroed files were not used too often, so it is better to remove this and focus on other functions.
This will also give more place in GUI, because after adding SimilarVideos, there was at left side a little too much things
I think that most of cases of zeroed files could be catched by broken files tool

@qarmin qarmin added the enhancement New feature or request label Nov 23, 2021
@qarmin qarmin merged commit 78b49de into master Nov 23, 2021
@qarmin qarmin deleted the not_zeroed branch November 23, 2021 10:38
@themespan
Copy link

I use this feature frequently. Please consider putting it back.

@alexislefebvre
Copy link
Contributor

This can be done from CLI: find . -type f -empty -delete (source)

@themespan
Copy link

I'm on Windows, I don't think that command finds zeroed files. Czkawka has a nice GUI around this functionality and the code is already written, it would be a shame to remove this very useful feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants