apple2 disk image manipulation commandline tool
Go to file
Zellyn Hunter 6d35285a7a Make Travis build github releases on tags 2016-11-13 22:09:03 -05:00
cmd Implemented `cat` command for dos3.3 and NakedOS 2016-11-13 17:01:32 -05:00
lib Implemented `cat` command for dos3.3 and NakedOS 2016-11-13 17:01:32 -05:00
.gitignore Make Travis build github releases on tags 2016-11-13 22:09:03 -05:00
.travis.yml Make Travis build github releases on tags 2016-11-13 22:09:03 -05:00
LICENSE Initial commit 2016-10-28 21:20:20 -04:00
Makefile Make Travis build github releases on tags 2016-11-13 22:09:03 -05:00
README.md Implemented `cat` command for dos3.3 and NakedOS 2016-11-13 17:01:32 -05:00
main.go Initial commit 2016-10-28 21:20:20 -04:00

README.md

diskii

Note: diskii is not stable yet! I don't expect to remove functionality, but I'm still experimenting with the command syntax and organization, so don't get too comfy with it yet.

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

It is also a library of code that can be used by other Go programs.

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

It rhymes with “whiskey”.

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

Goals

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

The library code aims (a) to support the commandline tool operations, and (b) to replace the "read and write disk images" code of the goapple2 emulator.

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