This repository was archived by the owner on Feb 20, 2026. It is now read-only.
Replies: 3 comments
-
Not really. Complex filesystem operations like these are very easy to get wrong and I think this is out of scope for ruplacer. You may find |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Or in zsh: ```zmv``` 😁
…On Sat, May 14, 2022, 15:34 Dimitri Merejkowsky ***@***.***> wrote:
Would you consider adding features to rename files and directories
recursively in the same style?
Not really. Complex filesystem operations like these are very easy to get
wrong and I think this is out of scope for ruplacer.
You may find vidir (from the moreutils) package useful.
—
Reply to this email directly, view it on GitHub
<#86 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAL75IAS5YJBUGS6CIKNKLVJ6TUXANCNFSM5VJHBCXQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I have this need as well, so I try to add an additional option You can try my fork: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been using this command for a while now and I love it.
Would you consider adding features to rename files and directories recursively in the same style?
I'm having trouble renaming multiple files/directories in a project according to a regex. Current commands (e.g.
rename) are insufficient, as they don't have support for recursive operations.Beta Was this translation helpful? Give feedback.
All reactions