Bulk rename tool based on regular expressions to rename multiple files at once. Quickstart Renaming multiple files at once: $ ls # awful names: b45XDS-01.mp3 QsEW2s-02.mp3 VF7t6L-03.mp3 $ regex-rename ‘-(d+).mp3’ ‘1_NeverGonnaGiveYouUp.mp3’ –rename [2022-04-01 09:19:15] DEBUG matching regex pattern pattern=-(d+).mp3 replacement=1_NeverGonnaGiveYouUp.mp3 full_match=False padding=None testing_mode=False [2022-04-01 09:19:15] INFO renaming file from=QsEW2s-02.mp3 to=02_NeverGonnaGiveYouUp.mp3 [2022-04-01 09:19:15] INFO renaming file

I sometimes hear from jazz fans who love the music, but hate the name. Their reasons are varied, and often based on incorrect information—no, jazz did not originate as a term for sex, despite what you may have heard—but their anxiety is no joke. Sooner of later, they come up with a exciting new idea,…