Bug 412507

Summary: Predefined option to rename for web safe characters
Product: [Applications] krename Reporter: Rafael Linux User <rafael.linux.user>
Component: generalAssignee: Heiko Becker <heiko.becker>
Status: REPORTED ---    
Severity: wishlist    
Priority: NOR    
Version First Reported In: 5.0.0   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Rafael Linux User 2019-10-01 13:34:48 UTC
As I usually publish for web, I need to rename everyday files with spaces, hyphes, "ñ" and accented vowels, double spaces .... With an regexp in Javascript is done, but it's neccesary to create it in Krename and load it everytime I need to apply, so, please, why do not add for all users a new a "websafe" renaming option to "Filename" dropdown menu in the "4.Filename" tab, beside "Convert to lowercase", "Convert to uppercase", "Capitalize" ...

The regular expresion could be based on /[^a-z0-9_-]/gi

Thank you