renameutils is a set of programs designed to make renaming files faster and less cumbersome
The file renaming utilities consists of five programs - qmv, qcp, imv, icp and deurlname. qmv and qcp allow the use of a text editor to edit filenames. imv and icp are interactive tools with GNU readline support. deurlname removes URL encoded characters from filenames.
The file renaming utilities consists of five programs - qmv, qcp, imv, icp and deurlname. qmv and qcp allow the use of a text editor to edit filenames. imv and icp are interactive tools with GNU readline support. deurlname removes URL encoded characters from filenames.
To install renameutils, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install renameutils
To see what files were installed by renameutils, run:
port contents renameutils
To later upgrade renameutils, run:
sudo port selfupdate && sudo port upgrade renameutils
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.