Very simple command line application that keeps a directory clean by copying the directory files to subdirectories by date and removes the oldest ones according to the maximum number of days to keep old data.

The idea is to call this program once a day for directories like 'Downloads', where it's handy to use always the same directory path for the browser downloads. With this small application the directory can be clean, only with the files downloaded today and the old downloads can be accessed during some days. The search of old files is easy, because the old subdirs have a name with the date in format "year_month_day".

The call from the command line has two parameters:
* the directory to clean up
* the number of days to keep the old subdirectories

If more than one directory has to be cleaned up a different call has to be done for every directory.

It needs to have Java installed (version>=8). Call example:

java -jar DirAutoCleaner-<version>.jar C:\MyUser\Downloads 14

Project Activity

See All Activity >

License

MIT License

Follow DirAutoCleaner

DirAutoCleaner Web Site

Other Useful Business Software
Go From AI Idea to AI App Fast Icon
Go From AI Idea to AI App Fast

One platform to build, fine-tune, and deploy ML models. No MLOps team required.

Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
Try Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of DirAutoCleaner!

Additional Project Details

Operating Systems

Linux, Mac, Windows

User Interface

Command-line

Programming Language

Java

Registered

2018-07-08