Skip to content

zaggino/fix-filenames

Repository files navigation

#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

About

renames non ascii characters in files and directories

Resources

License

Stars

Watchers

Forks

Packages

No packages published