D10698: Adds a new RenameDialog to Dolphin with more options for batch renaming
Michael Heidelbach
noreply at phabricator.kde.org
Sun Apr 1 13:08:02 BST 2018
michaelh added a comment.
Hi! I've just played around a little with this. I've deliberately not read this thread to get an unbiased first encounter experience.
$ touch num${000..035}.cvs
First of all: This is very good, a gem!
This is where the tools behaviour differed from my expectations. A soliloquy:
- What is `#bname`? Let's try it... Ahhh basename.
- `#bname.#ext` Oh two dots
- Does this escape '#'? `file \##ext` `file \\##ext`. Obviously not. Move on to 'Find & Replace'.
- Er..., no list update? Never mind type a 'u' in Find. Aha there's the update
- Type a 't' in Replace and delete 'u' form Find. Hihihi - my bad.
- Does regex capture? `\d*(\d+)` `\1`. Oh yeah. `\d*?(\d+)` Perfect! (Editor's note: remove this. It **was** expected)
- This is flawless but what might the colons of the checkboxes labels mean?
- On to 'Capture Groups'
- ???
- ???
- Never mind, you'll find out what this is sometime.
Last of all: This is very good, a gem!
REPOSITORY
R318 Dolphin
REVISION DETAIL
https://phabricator.kde.org/D10698
To: emateli, dfaure, elvisangelaccio, ngraham, #dolphin
Cc: michaelh, hein, rkflx, anthonyfieroni, mmustac, nicolasfella, #dolphin, spoorun, navarromorales, isidorov, firef, andrebarros, emmanuelp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20180401/43150b4b/attachment.htm>
More information about the kfm-devel
mailing list