keirf / greaseweazle

Tools for accessing a floppy drive at the raw flux level
The Unlicense
887 stars 90 forks source link

Feature request: Read/Write operations using stdin/stdout #114

Open psk7 opened 2 years ago

psk7 commented 2 years ago

It would be nice to have support for pipe and file redirection for images with standard stdin/stdout.

Syntax examples:

cat image.scp | gw write —format scp
gw read —format scp > image.scp
keirf commented 2 years ago

GW now logs to stderr which at least clears the way for this (as stdout is currently unused).