feat: File Duplicate Bulk Actions (fixes #92) #102
No reviewers
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ai-collab/bulk-image-organizer!102
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "0.1.34/issue-92-bulk-dupe-delete"
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?
Summary
pick_keep_path_by_strategy/bulk_keep_delete_pathstocore/dupe_detector.py, implementing the six keep rules from #92 (Newest Files default, Oldest Files, Shortest/Longest File Name, Shortest/Longest Path).BulkDupeActionsDialog(radio list + Cancel/Delete), per the proposed UI in the issue.F-DUPE_#group at once, staging losers with the existing non-destructiveDELETEtag (same mechanism as Keep Best) as a single undoable batch.0.1.35(patch), CHANGELOG entry, and USER_GUIDE.md update for the new button.Threading notes: all new code (dialog, handler, core helpers) runs on the main thread / is pure-data; no worker or signal changes.
Fixes #92.
Test plan
ruff check . && ruff format --check .pytest— 354 passed, 1 skipped (one unrelated transient segfault reproduced and cleared on rerun — not tied to this branch's changes, confirmed by isolatingtests/test_pr13_config.py)./scripts/check-version-bump.sh— VERSION updated 0.1.34 → 0.1.35scripts/get-version.py --canonicalconfirms PEP 440 normalization