nomino

Batch rename files using regex patterns and string manipulation

brewmacoslinux
Try with needOr install directly
Source

About

Batch rename utility

Commands

nomino

Examples

Replace spaces with underscores in all files$ nomino 's/ /_/g' *.txt
Convert filenames to lowercase$ nomino 'lowercase' *.jpg
Remove file extension and rename with prefix$ nomino 's/^/photo_/' *.png