diskii/README.md

40 lines
1.3 KiB
Markdown
Raw Normal View History

diskii
======
diskii is a commandline tool for working with Apple II disk images.
2016-10-30 01:57:08 +00:00
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](https://travis-ci.org/zellyn/diskii.svg?branch=master)](https://travis-ci.org/zellyn/diskii)
2016-10-29 01:23:57 +00:00
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".
2016-10-29 02:15:30 +00:00
Discussion/support is in
[#apple2 on the retrocomputing Slack](https://retrocomputing.slack.com/messages/apple2/)
(invites [here](https://retrocomputing.herokuapp.com)).
### 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
2016-11-01 03:00:16 +00:00
### Similar tools
- http://a2ciderpress.com/
- http://applecommander.sourceforge.net/
- https://github.com/cybernesto/dsktool.rb
- https://github.com/cmosher01/Apple-II-Disk-Tools
- https://github.com/madsen/perl-libA2
- https://github.com/markdavidlong/AppleSAWS
- https://github.com/dmolony/DiskBrowser
- https://github.com/deater/dos33fsprogs
- https://github.com/jtauber/a2disk