Bug 460626 - Rename multiple files: offer original name as part of new name
Summary: Rename multiple files: offer original name as part of new name
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 22.08.1
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-17 21:14 UTC by Jens
Modified: 2022-10-18 21:25 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jens 2022-10-17 21:14:20 UTC
SUMMARY: 
Currently if multiple files are selected and F2 is pressed, Dolphin offers to rename all files to the same basename with a number appended to them (denoted as "#").
It would be much more useful if Dolphin would allow keeping the original name of each file as part of the new one, e.g. denoted as "@", so that users can prepend e.g. a date, or append "_backup", to the file's basename.

Similar to mmv:     mmv "*.*" "2022.10.02 #1 backup.#2"
Comment 1 Patrick Silva 2022-10-18 02:24:02 UTC
Possibly duplicate og bug 450303
Comment 2 Jens 2022-10-18 21:25:32 UTC
No, 450303 is slightly different. But we can join the two by introducing a third placeholder:

# = number (this already exists)
@ = previous name of each file when several are selected (this would fulfill my user story)
% = name of right-clicked file when several are selected (same for all files, this would be 450303)

We can use different placeholder characters of course.