Bug 412507 - Predefined option to rename for web safe characters
Summary: Predefined option to rename for web safe characters
Status: REPORTED
Alias: None
Product: krename
Classification: Applications
Component: general (other bugs)
Version First Reported In: 5.0.0
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Heiko Becker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-01 13:34 UTC by Rafael Linux User
Modified: 2019-10-01 13:34 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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