You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release reduces the size of the binaries. It is thanks to upgrading to .NET 6.0. There is no new or changed functionality in this release otherwise.
Adds --overwrite option to copy and move commands. When specified, files will be transferred even if destination already contains identically named files. Use with caution! :)
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
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.