AppleCommander is a tool that manipulates Apple ][ disk images. Files may be imported, exported, viewed, or printed with various file filters.
Go to file
Rob Greene 745895d553 Updating error message on number conversion to remind uses that Unix shell quoting can come into play. #91 2023-10-25 18:51:35 -05:00
.github Trying to drop path from resulting set of artifacts. 2023-10-24 17:25:07 -05:00
ant-build Adding Ant Task as a subproject and adding into build. Closes #80. 2022-04-02 09:49:52 -05:00
app Updating error message on number conversion to remind uses that Unix shell quoting can come into play. #91 2023-10-25 18:51:35 -05:00
documentation Fix error in Pascal volume entry documentation. 2008-09-11 02:21:39 +00:00
gradle/wrapper Multiple changes. 2021-12-19 21:19:33 -06:00
lib Fixing listing for empty disks to display header and footer in acx; otherwise output is empty. Inspired by this PR: https://github.com/AppleCommander/AppleCommander/pull/95 2023-10-25 18:29:17 -05:00
mac macBundle: some cleanup, remove .app skeleton 2017-10-30 08:12:16 -07:00
swt-lib Rasbian being 32-bit seems to be a challenge now that AppleCommander has moved to a more modern variant of SWT. The new _appear_ to prevent 32-bit libraries. Pulling in the old library shows some differences in the SWT FontMetrics API (fontMetrics.getAverageCharacterWidth() vs. fontMetrics.getAverageCharWidth()). 2022-01-14 20:02:52 -06:00
tools Applying patch per #40 2020-01-30 18:16:16 -06:00
.gitignore Ignoring .idea folder. 2023-10-20 16:14:20 -05:00
CONTRIB.md Fixing formatting. 2022-03-12 13:46:58 -06:00
DEVELOPER.md Updated `ant-ac` to run Ant tests from the Gradle build. #80 2022-04-02 10:40:36 -05:00
HEADER Updating/adding copyright in all Java files. Made best guess for first 2022-01-18 21:55:20 -06:00
LICENSE Version 1.1.1 is the initial GPL release of AppleCommander. 2002-12-01 02:21:00 +00:00
MAVEN-REPO.md Re-introducing the publish to maven capability. 2021-12-21 19:36:51 -06:00
README.md Fixing formatting. 2022-03-12 13:46:58 -06:00
TODO Went through and did a pass on spell checking. #36 2019-10-06 19:40:19 -05:00
VERSIONS Went through and did a pass on spell checking. #36 2019-10-06 19:40:19 -05:00
gradle.properties Bumping version of SWT to max it can go (without upgrading Java version); setting display data to maybe get a better dark mode experience. 2023-10-24 23:25:41 -05:00
gradlew Multiple changes. 2021-12-19 21:19:33 -06:00
gradlew.bat First round of updates. Leaving publication for later. #51 2020-11-24 19:34:01 -06:00
settings.gradle Removing the Java Swing app since it is incomplete. 2022-04-06 19:14:30 -05:00

README.md

Overview

Current Release License

AppleCommander is a cross-platform set of tools used to manipulate Apple ][ disk images. There is a GUI packaged for Windows, Linux, or Mac OS X, and there are a number of command-line tools that are useful for build chains.

Please see AppleCommander site for usage details.

Developer information has some details useful if you wish to contribute to AppleCommander!

Contribution information is a collection of people who have contributed to AppleCommander.