Replies: 2 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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