cft
is a small program that allows you to extract files from floppy images
of floppies that you used with your old Ceres
workstation.
The source code is in a single file, and does not require any non-standard
go dependencies, so all you need to do is go build cft.go
.
If you have make
installed (and you proably do if you're reading this), then
you can also just call make
.
Usage: cft <image-file> <command> [command params]
image-file
is a raw floppy dump that can be generated with a standard USB floppy drive and dd
Available commands:
list
orl
: Lists all the files that are stored in the floppy image.dump
ord
: Dumps a file to stdout. The filename of the file to be dumped is the only parameter to this command.extract
orx
: Copies a single file from the image to the current directory. The filename of the file to be extracte is the only parameter to this command.extractall
orxa
: Copies all files available in the image to the current directory.
Copyright (c) 2023 Andreas Signer.
Licensed under GPLv3.