a node.js script to help clean a directory by moving files into standard directories(audio, text, document,video,image).It is based on the unix 'file' utility.
git clone https://github.com/vanderkilu/folderCleaner.git
cd folderCleaner
npm install
node index.js <path-to-folder-to-clean>
If you are in windows, you can run the same command by using Git bash
or the Windows Subsystem for Linux
e.g node index "C:\Users\My User\Downloads"
//will turn into an npm package soon