Media Organizer

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

CLI Usage

This is the output from --help.

```txt media_organizer 0.5.0 Andrew Gremlich andrew.gremlich@gmail.com Organize media into one folder with a date-centric folder structure.

USAGE: media_organizer [OPTIONS] --target --destination

OPTIONS: -c, --copy Copy the files instead of moving them. -d, --destination The destination path of sorted media. -f, --file-type The file type to sort. [default: *] -h, --help Print help information -t, --target The target media to sort. -V, --version Print version information ```

Example CLI usage

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

bash media_organizer --target test-media --destination sorted_media

While developing with cargo, forward the flags.

bash cargo run -- --target test-media --destination sorted_media

Features

Dependencies

Future development