75lb / renamer

Rename files in bulk.
MIT License
526 stars 30 forks source link

Find and replaces multiple times #27

Closed Giefdonut closed 7 years ago

Giefdonut commented 7 years ago
  1. Is it possible to run multiple find and replace, without entering multiple commands? Im new to regex, so the commands below, might needed to optimized

These are my commands renamer -e -f 'ø' -r 'oe' renamer -e -f 'æ' -r 'ae' renamer -e -f '_' -r '-' renamer -e -f ' ' -r '-'

  1. Is there an easy way to convert all uppercase letters to lowercase?
75lb commented 7 years ago

Hi!

  1. No, they are four separate operations..
  2. On a case-sensitive system like Linux, yes. On a case-insensitive system like Windows or macOS, no.