Skip to content

Simple Node.js tool for change files names (remove polish special diacritics and whitespaces). Used in K2 Digital Agency in Content Editors team to simplify job :-)

Notifications You must be signed in to change notification settings

WarMaxis/Node_js_files_names_change_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Node.js files names change tool

Simple Node.js tool for change files names (remove polish special diacritics and whitespaces).

Used in K2 Digital Agency in Content Editors team to simplify job :-)

Created by Michał Milanowski.

Functions:

  • remove polish special diacritics from file name
  • remove whitespaces from file name

How to start?

  1. First, create new directory to_change_files, in main directory.

  2. Copy your files into to_change_files directory.

  3. Install dependencies

$ npm install
  1. Run script
$ node app.js
  1. Script will create new directory, where files will be copied without polish diacritics and whitespaces.

About

Simple Node.js tool for change files names (remove polish special diacritics and whitespaces). Used in K2 Digital Agency in Content Editors team to simplify job :-)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published