Page 4 of 4

Re: Preview: cbmshell, an interactive file processor

Posted: Sat Aug 28, 2021 12:48 am
by srowe
mathom wrote: Fri Aug 27, 2021 9:16 pm I am probably missing something obvious here, but is there a way to create a new disk image with this?
That's done by a separate tool that's installed as a dependency

Code: Select all

(venv) [srowe@gilraen ~]$ d64-format 
usage: d64-format [-h] [--type {d64,d71,d80,d81,d82}] [--force] label id filename
d64-format: error: the following arguments are required: label, id, filename
(venv) [srowe@gilraen ~]$ d64-format --type d81 TEST T1 new.d81
Creating empty disk image as new.d81, TEST:T1, type d81
Edit: I've added a format command in v1.9, and also fixed a bug creating d80 & d82 images.

Re: Preview: cbmshell, an interactive file processor

Posted: Sat Aug 28, 2021 10:01 am
by mathom
I guess I should have checked the documentation :oops:. It really is quite good as is the whole package. Thank you.

Re: Preview: cbmshell, an interactive file processor

Posted: Sun Aug 20, 2023 2:02 pm
by srowe
I've just pushed a new release, 1.15, which has quite a number of small bug fixes. I now have an extensive set of unit tests, that should hopefully prevent any regressions.