A semantic diff utility and library for tree-like files such as JSON, JSON5, XML, HTML, YAML, and CSV.
A semantic diff utility and library for tree-like files such as JSON, JSON5, XML, HTML, YAML, and CSV. Its name is a portmanteau of “graph” and “graftage”—the latter being the horticultural practice of joining two trees together such that they grow as one.
A semantic diff utility and library for tree-like files such as JSON, JSON5, XML, HTML, YAML, and CSV. Its name is a portmanteau of “graph” and “graftage”—the latter being the horticultural practice of joining two trees together such that they grow as one.
To install graphtage, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install graphtage
To see what files were installed by graphtage, run:
port contents graphtage
To later upgrade graphtage, run:
sudo port selfupdate && sudo port upgrade graphtage
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.