HEIC file rename utility
PLAINTEXT
Usage: rename_heic.sh [options] [file_or_directory ...]

Identify HEIC/HEIF files and rename them to have a '.heic' extension.

Options:
  -r, --recursive   Search directories recursively.
  -d, --dry-run     Show what would be renamed, without renaming anything.
  -v, --verbose     Print verbose output (e.g. files skipped).
  -h, --help        Show this help message.

If no file or directory is specified, the script processes files in the
current directory (non-recursively, unless -r is specified).

Download: rename_heic.sh

License

Author: Vorasilp K.

Link: https://vorasilp.com/posts/heic-file-rename-utility/

License: CC BY-NC-SA 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. Please attribute the source, use non-commercially, and maintain the same license.