AppleCommander is a GUI and command line for manipulating Apple DOS 3.3, ProDOS, and other formats of Apple II disk images. AppleCommander can read and display information about disk images, export files of various types, create disk images, import files into disk images, and has a rudimentary compiler. AppleCommander incorporates support for cc65, an improved command-line tool, and even an Ant interface.
AppleCommander is a GUI and command line for manipulating Apple DOS 3.3, ProDOS, and other formats of Apple II disk images. AppleCommander can read and display information about disk images, export files of various types, create disk images, import files into disk images, and has a rudimentary compiler. AppleCommander incorporates support for cc65, an improved command-line tool, and even an Ant interface.
To install AppleCommander, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install AppleCommander
To see what files were installed by AppleCommander, run:
port contents AppleCommander
To later upgrade AppleCommander, run:
sudo port selfupdate && sudo port upgrade AppleCommander
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.