Command-line tool to create Safari-style webarchives
webarchiver is a simply utility that allows you to create Safari webarchives (.webarchive) from the command line. webarchiver is compatible with Mac OS X 10.4 (Safari 2.0).
webarchiver is a simply utility that allows you to create Safari webarchives (.webarchive) from the command line. webarchiver is compatible with Mac OS X 10.4 (Safari 2.0).
To install webarchiver, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install webarchiver
To see what files were installed by webarchiver, run:
port contents webarchiver
To later upgrade webarchiver, run:
sudo port selfupdate && sudo port upgrade webarchiver
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.