kdiff3 compares two or three input files and shows the differences line by line and character by character. It provides an automatic merge facility and an integrated editor for comfortable solving of merge conflicts. kdiff3 allows recursive directory comparison and merging as well.
kdiff3 compares two or three input files and shows the differences line by line and character by character. It provides an automatic merge facility and an integrated editor for comfortable solving of merge conflicts. kdiff3 allows recursive directory comparison and merging as well.
To install kdiff3, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install kdiff3
To see what files were installed by kdiff3, run:
port contents kdiff3
To later upgrade kdiff3, run:
sudo port selfupdate && sudo port upgrade kdiff3
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.