Skip to content

4.0.0

Compare
Choose a tag to compare
@Caleb9 Caleb9 released this 27 Mar 11:18

Breaking Changes

For copy and move commands, the --src-path and --dst-dir options have been replaced with positional arguments, i.e. it is no longer necessary to type the option names themselves - instead, just provide source path and destination directory.

New features

  1. New check command scans files or directories for supported image and video files and checks if EXIF metadata needed to derive new date-based name is present in the files. This is faster to type than executing copy or move with --dry-run. A report is printed containing problematic files where metadata could not be found. Executing check without any arguments scans current directory.
  2. Aliases for commands:
    • copy: cp
    • move: mv
    • check: c