Initool lets you manipulate the contents of INI files from the command line. It is a rewrite of an earlier program by the same developer called iniparse. Rather than modify INI files in place like iniparse, however, it prints the modified contents to standard output.
Initool lets you manipulate the contents of INI files from the command line. It is a rewrite of an earlier program by the same developer called iniparse. Rather than modify INI files in place like iniparse, however, it prints the modified contents to standard output.
To install initool, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install initool
To see what files were installed by initool, run:
port contents initool
To later upgrade initool, run:
sudo port selfupdate && sudo port upgrade initool
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.