A command-line tool for detecting and optionally correcting files with incorrect extensions.
A command-line tool for detecting and optionally correcting files with incorrect extensions. fif recursively scans the given directory and outputs a shell script to fix the name of any files with incorrect extensions. By default, fif will scan all non-hidden files in the given directory, and will ignore symlinks.
A command-line tool for detecting and optionally correcting files with incorrect extensions. fif recursively scans the given directory and outputs a shell script to fix the name of any files with incorrect extensions. By default, fif will scan all non-hidden files in the given directory, and will ignore symlinks.
To install fif, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install fif
To see what files were installed by fif, run:
port contents fif
To later upgrade fif, run:
sudo port selfupdate && sudo port upgrade fif
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.