Examples
ON THIS PAGE
Example usage and possible integration into other apps.
Content:
Command-Line
Increase Word Count
Changes the number of words of the renamed file from its default value (6) to 12.
bash
rename-images -w 12 "KON_9826.JPG"Output:
an-airplane-prepares-departure-from-a-gate-on-tarmac-at-airport.jpg
Rename Multiple Files
You can rename multiple files (KON_9826.JPG, KON_9765.webp) by adding them after another:
bash
rename-images -w 4 "KON_9826.JPG" "KON_9765.webp"Output:
KON_9765.webp->thai-airasia-airplane-prepares-for-takeoff.webpKON_9826.JPG->toddler-spraying-water-near-beach-trees-summer.jpg
macOS "Automator"
Quick Action
…
Application
…