4.0.0
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
- 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 executingcopy
ormove
with--dry-run
. A report is printed containing problematic files where metadata could not be found. Executingcheck
without any arguments scans current directory. - Aliases for commands:
copy
:cp
move
:mv
check
:c