fix-filenames
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

#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

Readme

Keywords

none

Package Sidebar

Install

npm i fix-filenames

Weekly Downloads

11

Version

2.0.1

License

MIT

Unpacked Size

50.2 kB

Total Files

40

Last publish

Collaborators

  • zaggino