Include "detox"-function in multi-rename-tool
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 2
- Joined: 2023-11-19, 09:48 UTC
Include "detox"-function in multi-rename-tool
It would be just great if there would be a way to include a "detox"-function (e.g. replacing all german umlauts, french akzents, danish umlauts...) like the program "detox" does to prepare a directory to be included into a multi OS environment.
Re: Include "detox"-function in multi-rename-tool
You can create your own. Open the multi-rename tool, press F1 to open the help, scroll a bit until the find/replace section and you'll see
Once you're happy with your "detox", you can save it (F2) and then load it again.
If you wish you can assign the MRT to a button, start menu or shortcut by using the MULTIRENAME = NAME_OF_SAVED_SEARCH (open mrt and load search) or MULTIRENAME == NAME_OF_SAVED_SEARCH (perform MRT directly, if there are no errors, close MRT again after renaming).
You can of course add more characters to it or simply only allow a-z characters and remove everything else or other preferred variations.Find and Replace wrote:Example: Replace Umlauts+Accents:
Search for: ä|ö|ü|é|è|ê|à Replace with: ae|oe|ue|e|e|e|a
Once you're happy with your "detox", you can save it (F2) and then load it again.
If you wish you can assign the MRT to a button, start menu or shortcut by using the MULTIRENAME = NAME_OF_SAVED_SEARCH (open mrt and load search) or MULTIRENAME == NAME_OF_SAVED_SEARCH (perform MRT directly, if there are no errors, close MRT again after renaming).
F4MiniMenu (Forum) - Open selected file(s) from TC in defined editor(s) - A (minimalistic) clone of F4Menu
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
-
- Junior Member
- Posts: 2
- Joined: 2023-11-19, 09:48 UTC
Re: Include "detox"-function in multi-rename-tool
works great and was really easy to do! Thanks for the help.