I would like to be able to perform actions on files in different locations within a common window/container. Let's say I have the following directory structure:
└── DCIM
├── browser-photos
│ ├── merel.jpg
│ ├── yent.jpg
│ └── raha.jpg
└── Camera
├── laki.jpg
├── wion.jpg
├── darta.jpg
├── qonad.jpg
├── isha.jpg
├── mowi.jpg
└── kaens.jpg
3 directories, 10 files
Is it possible for me to start a file manager like Thunar or Ranger in a way that would let me view all 10 files on a single level (no nesting), and when I perform an action on a single file (e.g. remove) — it's performed within the file's location.
This isn't just for images. I'm currently going through a few old hard drives and I'm spending a lot of time traversing through unnecessary hierarchies.