You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the other duplication tool removers allow combining options like delete and noprompt to preserve the first file in each set of duplicates and delete the rest without prompting the user. Thus I think that it is a very common use case.
Currently combining --delete with --noninteractive causes to save ALL files if there is no preferred path match.
Something like --keep-only-one along with both--delete and --noninteractive should delete all but the first match if the preferred list is empty.
EDIT: I'm trying to work on, will post here if I have some progres. In the meanwhile Thoughts would be appreciated. Created a pull request.
The text was updated successfully, but these errors were encountered:
oxalorg
added a commit
to oxalorg/fastdupes
that referenced
this issue
Dec 30, 2016
Most of the other duplication tool removers allow combining options like
delete
andnoprompt
to preserve the first file in each set of duplicates and delete the rest without prompting the user. Thus I think that it is a very common use case.Currently combining
--delete
with--noninteractive
causes to save ALL files if there is no preferred path match.Something like
--keep-only-one
along with both--delete
and--noninteractive
should delete all but the first match if the preferred list is empty.EDIT:
I'm trying to work on, will post here if I have some progres. In the meanwhileThoughts would be appreciated. Created a pull request.The text was updated successfully, but these errors were encountered: