fix-filenames
v2.0.1
Published
renames non ascii characters in files and directories
Downloads
72
Readme
#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-filenamesto actually rename files:
fix-filenames --renameto check ID3 tags in mp3 files:
fix-filenames --mp3to rename ID3 tags in mp3 files:
fix-filenames --mp3 --rename