-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔴 NEW FEATURES #29
Comments
Can already be done by regex replace:
Not sure about regex backend that is currently used but again doable with regex if unicode character classes are supported (see google/re2)
Same, can be done with regex, e.g.
Regex, bro. |
Thanks |
@gudvinr I'm using the default implementation of Dart. |
And I think you can just add multiple rules, if you're not familiar with regex. |
OK, thanks alot. |
SUGGESTIONS:
Increase vertical space between (Current name & New name) columns OR add a separator line between them.
Add option to sort added files/folders (Ascending/descending : name, creation date, modification date, extension type) + sort manually by drag & drop.
Add ability to manually renaming some files/folders.
Replace rule: ability to replace multiple characters/words separated by comma (,).
Remove rule:
Add (Title case) rule: which makes every first letter of words in capital letter.
Add rule to remove all letters after a specific word.
——————————————————
Add ability to disable/enable added rules.
Add option to save list of rules as a profile (could be named); so when opening the app next time, they will be found + Add ability to select between profiles + Add option to export/import profiles.
Add option to restore the previous name of files/folders + Add (History) feature.
Add option to change app's language.
The text was updated successfully, but these errors were encountered: