[Feature]: More Options for Duplicate File Deletion #92
Labels
No labels
Kind/Bug
Kind/Feature
Priority/High
Priority/Medium
Reviewed/Confirmed
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ai-collab/bulk-image-organizer#92
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem or use case
Auto select files to keep from file duplicate groups in bulk
Proposed solution
Add a button to the bottom of the duplicate toolbox container called
File Duplicate Bulk Actionswhich opens a dialog.Alternatives considered
No response
Implemented on branch
0.1.34/issue-92-bulk-dupe-delete(pushed, no PR yet):core/dupe_detector.py:pick_keep_path_by_strategy/bulk_keep_delete_pathsimplementing the six keep rules (Newest Files default, Oldest Files, Shortest/Longest File Name, Shortest/Longest Path), plus unit tests.DupeContainer) opens a dialog (BulkDupeActionsDialog) with the radio list from the proposal and Cancel/Delete buttons.F-DUPE_#group at once, staging losers with the existing non-destructiveDELETEtag (same mechanism as Keep Best) — fully undoable via the existingQUndoStack.Full test suite (355 tests) and ruff pass. Will request a PR to
mainwhen asked.Resolved via #102 (
0.1.34/issue-92-bulk-dupe-delete→main): adds the File Duplicate Bulk Actions button to the Duplicates toolbox with the six keep rules from the proposal (Newest Files default, Oldest Files, Shortest/Longest File Name, Shortest/Longest Path). Closing.