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

you can't choose a right file as a dublicate for deletion when program itself chooses which is duplicate and which is original. #1239

Open
jombelo opened this issue Jul 9, 2024 · 5 comments
Labels
bug Bug reports.

Comments

@jombelo
Copy link

jombelo commented Jul 9, 2024

you can't choose a right file as a dublicate for deletion when program itself chooses which is/are duplicate/s and which is original.
you should have ability to choose also files which are marked as "original" to deletion. it should then just warn&ask confirmation before deletion that you have chosen all files from group for deletion, if you have done so..
that behaviour makes that program just unuseful in real life situations where you have a lots of directories and filetypes with different things which makes file as "original" for you and which ones you want to keep..

@jombelo jombelo added the bug Bug reports. label Jul 9, 2024
@AndroYD84
Copy link

Are people actually trying before opening issues? It's right click and "Make Selected into Reference" on the file you want to preserve.

@jombelo
Copy link
Author

jombelo commented Jul 15, 2024 via email

@AndroYD84
Copy link

AndroYD84 commented Jul 15, 2024

You can create a custom command for it, go to View > Options > Custom Command and use this line
del %r
OR this line to send them to the Recycle bin instead
@powershell.exe -nologo -noprofile -Command "& {Add-Type -AssemblyName 'Microsoft.VisualBasic'; [Microsoft.VisualBasic.FileIO.FileSystem]::DeleteFile('%r', 'OnlyErrorDialogs', 'SendToRecycleBin') }"
Then right click the reference file/s > Invoke Custom Command, this will ONLY delete the reference files and still be visible in the GUI, so when you proceed to delete the dupes, both references and dupes are deleted in the process.

@jombelo
Copy link
Author

jombelo commented Jul 15, 2024 via email

@hyprmann
Copy link

hyprmann commented Dec 5, 2024

i still trying to find a way to set the reference based on modification time, but I couldn't find it. the original and duplicates are in the same folder which is why I need the older file as reference and the newer ones as duplicates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug reports.
Projects
None yet
Development

No branches or pull requests

3 participants