[Enhancement]: Add Option to Perminently Delete on Bulk Dupes #146
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#146
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?
Affected area
File Duplicate Bulk Actions Dialog
Current behavior
Flags images in bulk for deletion
Desired improvement
Add a checkbox to the 'Flags images in bulk for deletion' dialog to allow the images to be moved to the system trash (just as is done when pressing "Confirm Delete" on the trash workbench) rather than only flagging duplicate file for deletion. Make this enabled by default with a toggle in the settings menu.
References
No response
Implemented on branch
0.3.5/issue-146-bulk-dupe-trash(dev version0.3.5-enhancement.146).Changes:
bulk_dupe_send_to_trash_default).F-DUPE_#groups and run the existingDeleteWorker/send2trashpath (same as Trash workbench Confirm Delete), including empty-subdirectory cleanup.DELETEonly (undoable).Tests:
tests/test_bulk_dupe_trash.py(dialog, settings pref, flag-only vs trash paths, end-to-end delete).