Skip to content

Simple tool to archive files into directories structured as year/month/day

License

Notifications You must be signed in to change notification settings

IvoLimmen/photoarchive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

photoarchive

Simple tool to archive files into directories structured as year/month/day

Screenshots

Main screen

The application will transform a directory with a content like this:

Source

To a structured directory like this:

Target

Using the application

  1. Select a source directory to read all the media files from.
  2. Select a target directory to copy all media to.
  3. Modify (if needed) the extentions to wish to copy.
  4. Changed the pattern of the directory structure as you like it.

Using a pattern

Using the pattern 'yyyy\mm\dd' will result in a directory structure 2017\03\19. Using a pattern 'yy-ddd' will result in directories 17-78. Look at the tooltip for more information.

Building the application from source

Prerequisites

  • Git
  • Java 21 (with FX)
  • Maven

Steps

  git clone git@github.com:IvoLimmen/photoarchive.git

  mvn clean install	

mvn -pl app exec:java

About

Simple tool to archive files into directories structured as year/month/day

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages