mirror of
https://github.com/zellyn/diskii.git
synced 2024-11-25 04:31:32 +00:00
update README
This commit is contained in:
parent
2d0d2773a4
commit
91a65df106
32
README.md
32
README.md
@ -43,21 +43,21 @@ and (b) to replace the "read and write disk images" code of the
|
|||||||
|
|
||||||
Current disk operations supported:
|
Current disk operations supported:
|
||||||
|
|
||||||
| Feature | DOS 3.3 | ProDOS | NakedOS/Super-Mon |
|
| Feature | DOS 3.3 | ProDOS | NakedOS/Super-Mon |
|
||||||
| ---------------- | ------------------ | ------ | ------------------ |
|
| ---------------- | -------- | ------ | ------------------ |
|
||||||
| basic structures | :white_check_mark: | :x: | :white_check_mark: |
|
| basic structures | ✓ | … | ✓ |
|
||||||
| ls | :white_check_mark: | :x: | :white_check_mark: |
|
| ls | ✓ | ✗ | ✓ |
|
||||||
| dump | :white_check_mark: | :x: | :white_check_mark: |
|
| dump | ✓ | ✗ | ✓ |
|
||||||
| put | :x: | :x: | :white_check_mark: |
|
| put | ✗ | ✗ | ✓ |
|
||||||
| dumptext | :x: | :x: | :x: |
|
| dumptext | ✗ | ✗ | ✗ |
|
||||||
| delete | :x: | :x: | :x: |
|
| delete | ✗ | ✗ | ✗ |
|
||||||
| rename | :x: | :x: | :x: |
|
| rename | ✗ | ✗ | ✗ |
|
||||||
| put | :x: | :x: | :x: |
|
| put | ✗ | ✗ | ✗ |
|
||||||
| puttext | :x: | :x: | :x: |
|
| puttext | ✗ | ✗ | ✗ |
|
||||||
| extract (all) | :x: | :x: | :x: |
|
| extract (all) | ✗ | ✗ | ✗ |
|
||||||
| lock/unlock | :x: | :x: | :x: |
|
| lock/unlock | ✗ | ✗ | ✗ |
|
||||||
| init | :x: | :x: | :x: |
|
| init | ✗ | ✗ | ✗ |
|
||||||
| defrag | :x: | :x: | :x: |
|
| defrag | ✗ | ✗ | ✗ |
|
||||||
|
|
||||||
### Installing/updating
|
### Installing/updating
|
||||||
Assuming you have Go installed, run `go get -u github.com/zellyn/diskii`
|
Assuming you have Go installed, run `go get -u github.com/zellyn/diskii`
|
||||||
@ -70,7 +70,7 @@ request or open an issue.
|
|||||||
|
|
||||||
### Short-term TODOs/roadmap/easy ways to contribute
|
### Short-term TODOs/roadmap/easy ways to contribute
|
||||||
|
|
||||||
My rough TODO list (apart from anything marked (:x:) in the disk
|
My rough TODO list (apart from anything marked (✗) in the disk
|
||||||
operations matrix is listed below. Anything that an actual user needs
|
operations matrix is listed below. Anything that an actual user needs
|
||||||
will be likely to get priority.
|
will be likely to get priority.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user