DEV Community

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

Posted on

3

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 👍

Postgres on Neon - Get the Free Plan

No credit card required. The database you love, on a serverless platform designed to help you build faster.

Get Postgres on Neon

Top comments (0)

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay