apple2 disk image manipulation commandline tool
Go to file
2016-10-31 23:00:16 -04:00
cmd Initial commit 2016-10-28 21:20:20 -04:00
lib Update applesoft notes 2016-10-29 22:27:41 -04:00
.gitignore Update readme, add .gitignore 2016-10-28 21:23:57 -04:00
.travis.yml Initial commit 2016-10-28 21:20:20 -04:00
LICENSE Initial commit 2016-10-28 21:20:20 -04:00
main.go Initial commit 2016-10-28 21:20:20 -04:00
README.md Added related projects to README 2016-10-31 23:00:16 -04:00

diskii

diskii is a commandline tool for working with Apple II disk images.

Its major advantage is that it's written in Go, hence cross-platform.

Its major disadvantage is that it mostly doesn't exist yet.

Build Status

Eventually, it aims to be a comprehensive disk image manipulation tool, but for now only the applesoft decode command works.

It is pronounced so as to rhyme with "whiskey".

Discussion/support is in #apple2 on the retrocomputing Slack (invites here).

Installing/updating

Assuming you have Go installed, run go get -u github.com/zellyn/diskii

Short-term TODOs/roadmap

  • Build per-platform binaries for Linux, MacOS, Windows
  • Implement CATALOG, deletion, and creation of files in DOS 3.3 images

Similar tools