DEV Community

Cover image for FileOrganizer: Organize your files in a simple command
Lakshmi Sankar
Lakshmi Sankar

Posted on

FileOrganizer: Organize your files in a simple command

I created this nodejs cli program to organize your files.

The Problem:

Every day at the end of the day my downloads folder gets messy and unorganized. So I used to reorganize the folders. and after a while, I didn't want to do it manually. that is why I created this program.

The Planning:

After a little analyzing, I came to the conclusion that if I can put my files in the same file type folder and add a date to them, I can easily manage them.

The Solution

I know there may be other libs like this available. But I wanted to create my own. and with little knowledge of the batch script, I started the first version in a batch script. but I had problems making this work in other operating systems. That was when I started using javascript and node js.

So now i present you FileOrganizer.

Do Like, Share your feedback 🙌 and contributions are welcome.

Feel free to connect with me 👍

Top comments (0)