From 982a3e6432d32f93f38835517b04645561b88c26 Mon Sep 17 00:00:00 2001 From: Zellyn Hunter Date: Tue, 15 Nov 2016 21:50:06 -0500 Subject: [PATCH] Add TODOs/ways to contribute to README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3eede52..606f217 100644 --- a/README.md +++ b/README.md @@ -47,10 +47,15 @@ page](https://github.com/zellyn/diskii/releases/latest). If you need binaries for a different architecture, please send a pull request or open an issue. -### Short-term TODOs/roadmap +### Short-term TODOs/roadmap/easy ways to contribute - [x] Build per-platform binaries for Linux, MacOS, Windows. -- [ ] Implement CATALOG, deletion, and creation of files in DOS 3.3 images. +- [ ] Implement `GetFile` for DOS 3.3 +- [ ] Add and implement the `-l` flag for `ls` +- [ ] Add `Delete` to the `disk.Operator` interface + - [ ] Implement it for supermon + - [ ] Implement it for DOS 3.3 +- [ ] Add ProDOS support (add `lib/prodos/prodos.go` and register a ProDOS operator factory) ### Related tools