Thank you for the detailed perspective, @meven! I completely respect the conservative maintainer approach to avoid clutter. However, let me present the exact workflow that current Dolphin features (Selection Mode, Split View, or Tabs) simply cannot solve effectively:
So special Yes, I specially improved the dropzone so that you don’t have to bother with coding.
Concept:
Think of this not as a duplicate selection tool, but as a Visual Multi-Source Collector.
Multi-Location Staging: You navigate to Folder A, drag File1 into the Dropzone. You then navigate deep into Folder B (or a different drive), drag File2 into the Dropzone. They accumulate together visually in one shared panel.
Batch Operation Anywhere: You navigate to your final destination (Folder C or an external drive) and drag the entire accumulated stack from the Dropzone into the folder. Both File1 and File2 are processed at once.
Frictionless Management: Want to remove an item from your staged list? Simply drag it out of the Dropzone panel (e.g., onto the main view area or desktop)—the reference vanishes from the Dropzone without affecting the original file on disk.
Standard Clipboard vs. Dropzone: The standard clipboard is blind and single-destination. You cannot visually verify what items are staged, nor can you incrementally append items from 5 different folders without over-writing or constantly pasting into temporary directories.
Split View / Tabs: Split view is fantastic for 2 locations. But when gathering 10 items across 6 deep directories, split view forces the user to juggle multiple tabs or open temporary staging folders on disk (creating unnecessary disk write I/O and manual cleanup).
This feature introduces zero disk overhead (it only holds file path references in RAM) and eliminates the need for users to create “temp folders” just to aggregate assets from various paths before a move/copy operation.
I hope this paints a clearer picture of the problem space it solves!