I just want to add suggestions for new features to create....
Is it possible to create more options in the "Changing case" action ?
I mean :
- change upper or lower case of a specified string (for instance all United States into united states or UNITED STATES in several files, and only this string)
- change upper or lower case from a specified index in the files' names (for instance if I want to change case only at the end of the strings)
- change all accentuated characters into normal one (for instance é into e, à into a, ç into c, ê into e etc....)
- see all files' preview and not only the first file before commiting actions, because it is often usefull to see all files' transformation to see if everything will be allright.
That's all for the moment
Thanks again for this great and usefull software !!!
New feature ?
Re: New feature ?
Use "String Replace" action for thatgraffity wrote:- change upper or lower case of a specified string (for instance all United States into united states or UNITED STATES in several files, and only this string)
Not possible currently, I may add it some daygraffity wrote:- change upper or lower case from a specified index in the files' names (for instance if I want to change case only at the end of the strings)
That's not case change... For that you can use the "Multiple String Replace" action, there is a pre-defined set for that.graffity wrote:- change all accentuated characters into normal one (for instance é into e, à into a, ç into c, ê into e etc....)
There is a "preview" button for that (btw the file shown on actions page is the selected file, not especially the first one)graffity wrote:- see all files' preview and not only the first file before commiting actions, because it is often usefull to see all files' transformation to see if everything will be allright.