prefixsuffix

GUI batch renaming utility for files with prefix and suffix

brewmacoslinux
Try with needOr install directly
Source

About

GUI batch renaming utility

Commands

prefixsuffix

Examples

Launch the GUI application$ prefixsuffix
Rename files by adding a prefix to all .jpg files$ prefixsuffix --prefix 'photo_' *.jpg
Rename files by adding a suffix before the extension$ prefixsuffix --suffix '_backup' *.txt