Skip to content

a node.js script to help clean a directory by moving files into standard directories(audio, text, document,video,image).

Notifications You must be signed in to change notification settings

vanderkilu/folderCleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

folderCleaner

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.

basic usage

git clone https://github.com/vanderkilu/folderCleaner.git
cd folderCleaner
npm install
node index.js <path-to-folder-to-clean>

Windows Users:

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

About

a node.js script to help clean a directory by moving files into standard directories(audio, text, document,video,image).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published