Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
January 14, 2023 05:38 am GMT

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


Original Link: https://dev.to/plsankar/fileorganizer-organize-your-files-in-a-simple-command-4hkn

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To