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

You Might Also Like
Top-Rated Free CRM Software Icon
Top-Rated Free CRM Software

216,000+ customers in over 135 countries grow their businesses with HubSpot

HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
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