It would be helpful if amber provided also support for renaming files.
There is a common tool called rename (from the linux-utils package), but it doesn't support regex.
On the other hand, simply doing a for loop in bash is error prone (non-interactive & requires working bash knowledge) and doesn't support recursion.
Thus, I think that it would be a nice functionality for amber to provide. Any chances?
It would be helpful if amber provided also support for renaming files.
There is a common tool called
rename(from the linux-utils package), but it doesn't support regex.On the other hand, simply doing a for loop in bash is error prone (non-interactive & requires working bash knowledge) and doesn't support recursion.
Thus, I think that it would be a nice functionality for amber to provide. Any chances?