Skip to content

A script that declutters the jumbled Downloads folder of the system. It tracks all the files and folders and moves them to a destination folder according to the type of extension and the last modification date if it’s a file and just the last modification date if it’s a folder. Implemented using node.js and it’s core modules

Notifications You must be signed in to change notification settings

MananKaur/DownloadCleanup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

DownloadCleanup

All the files that we download from the internet just get dumped into the downloads folder of our system, making it a big clutter. I have come up with a nodeJs script that declutters the jumbled folder, is an OCD organizer's dream and ticks all the boxes of arranging items efficiently.

Here's how it works. It tracks all the files and folders and moves them into a destination according to the type of extension and the last modification date if it's a file and just the last modification date if it's a folder. Thus leaving it clean and arranged well in order. Moreover, accessing files becomes just so easy because of the arrangement based on year and month.

Not only did I unjumble the downloads folder of my system but also organized the desktop. All you need to do is to tweak the script with the source path of your folder and the destination path and, you are good to go.

Working video : https://www.linkedin.com/posts/mananpreet-kaur-00_nodejs-taskautomation-filesystem-activity-6679092567243677696-zqnU

About

A script that declutters the jumbled Downloads folder of the system. It tracks all the files and folders and moves them to a destination folder according to the type of extension and the last modification date if it’s a file and just the last modification date if it’s a folder. Implemented using node.js and it’s core modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published