mjhouse / buckets

A class project for CS 321 (Object Oriented Programming with Java)
GNU General Public License v3.0
0 stars 0 forks source link

Buckets

A class project for CS 321 (Object Oriented Programming with Java)

Team 1:

Description:

Buckets is an automatic file organizer that watches a given set of directories for new files. When a new file is added to a watched directory, Buckets tries to match it against an internal collection of rules. If a rule is found, the file will be moved to the location specified by the rule.

Documentation:

Javadocs are available at: https://mjhouse.github.io/buckets/

Task board available here: https://github.com/mjhouse/buckets/projects/1