Commit Graph

20 Commits

Author SHA1 Message Date
Zellyn Hunter
09ee1c6262 major refactor
Major refactor to use kong instead of cobra. All functionality
that worked before should still be working now.

Added `reorder` command
2021-07-31 22:10:44 -04:00
Zellyn Hunter
bbf7d696db working on filetypes 2021-07-12 17:02:11 -04:00
Zellyn Hunter
ef9115dcaf catalog working for all types, reorder added 2021-07-12 16:27:13 -04:00
Zellyn Hunter
9c66e2c5e6 add a couple disks 2021-07-10 21:09:57 -04:00
Zellyn Hunter
6d57f2de51 working on disk formats 2018-06-06 22:27:35 -04:00
Zellyn Hunter
2d0d2773a4 refactor to make more disk/device agnostic 2017-03-17 22:26:15 -04:00
Zellyn Hunter
6ef3e06add nakedos: make mkhello's FHELLO turn the drive off 2016-12-22 23:30:41 -05:00
Zellyn Hunter
0b7db8d43d add mksd command 2016-12-19 23:51:20 -05:00
Zellyn Hunter
e376f8ee41 Add go report card; fix vet, lint, etc. warnings 2016-12-10 16:29:41 -05:00
Zellyn Hunter
34a26dd1d6 add nakedos mkhello command; export more things 2016-12-09 23:08:47 -05:00
Zellyn Hunter
2d994dec8d Make applesoft cmd one file, create supermon cmd 2016-12-08 22:18:09 -05:00
Zellyn Hunter
b9a838400c add concept of full and short filenames 2016-11-30 22:12:01 -05:00
Zellyn Hunter
10d2a1e027 Add filetypes, and filetypes and put commands 2016-11-30 21:42:42 -05:00
Zellyn Hunter
300358e9bd wip 2016-11-29 22:53:40 -05:00
Zellyn Hunter
0fdf6f05c4 Add stubbed-out delete, supermon symbol encoding 2016-11-22 22:38:20 -05:00
Zellyn Hunter
e6508a39b4 Add first pass of integer basic decoding
It doesn't do proper spacing yet - the intbasic code listing is
extremely tricky to undestand.
2016-11-22 21:01:51 -05:00
Zellyn Hunter
9991af82bc Rename dos33 to dos3 2016-11-16 21:44:37 -05:00
Zellyn Hunter
2cf6d2d4a3 Initial implementation of NakeOS/Super-Mon GetFile 2016-11-14 22:55:54 -05:00
Zellyn Hunter
f57c3a0c06 Implemented cat command for dos3.3 and NakedOS
- Added a generic `Operator` registry and implemented Operators for
  dos3.3 and NakeOS/Super-Mon disks.
- Currently Operators implement only the `Catalog` command.
2016-11-13 17:01:32 -05:00
Zellyn Hunter
7aa075b594 Initial commit
Includes "applesoft decode" command to convert Applesoft bytes to
listings.
2016-10-28 21:20:20 -04:00