Photo Organizer

Need an organizer for your media content on the computer? Run this!

Features

Dependencies

CLI usage

To quickly organize photos in the target folder, run the following command to output them into the default destination directory.

bash photo_organizer --target test-media

To add a destination folder for all the organized photos, add the --dest <DEST_FOLDER> flag to the end.

While developing with cargo, forward the flags.

bash cargo run -- --target test-photos

Future development