2.0.1 • Published 2 years ago

fix-filenames v2.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

#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
2.0.1

2 years ago

2.0.0

4 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

6 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago