Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 608 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 608 Bytes

#fix-filenames

node command line tool to rename non ascii (code > 127) characters in files to ascii ones

useful for renaming greek, czech, slovak files (in my case .mp3) to standard ascii (english alphabet) letters

character mapping can be found in the codemap

##install

npm install -g fix-filenames

##usage

to do a test run:

fix-filenames

to actually rename files:

fix-filenames --rename

to check ID3 tags in mp3 files:

fix-filenames --mp3

to rename ID3 tags in mp3 files:

fix-filenames --mp3 --rename