kpfromer / photo-mover

A rust cli tool to sort files based on EXIF metadata.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

photo-mover

A simple script to move photos from a source directory to a destination directory based on the date the photo was taken (using EXIF metadata).

Features

  • Cross-platform (windows, macos, linux).
  • Customizable folder structure.
  • Handles duplicate files.
  • Handles files with no EXIF metadata.

Requirements

Usage

photo-mover -s ./Images -d out/ -m move --duplicate-folder dups --no-date-folder no-date

Installation

cargo install photo-mover

TODO

  • Add tests
  • Fix multiple duplicates with same name

About

A rust cli tool to sort files based on EXIF metadata.


Languages

Language:Rust 100.0%