floppy-utils/config.example
Greg Gauthier 34aeb7bc0d feat(floppy-utils): add bash toolkit for retro floppy disk operations
Introduce floppy-utils: a CLI for creating, editing, archiving, and
restoring floppy disk images on Linux with USB floppy drive support.
Includes main floppy command, legacy wrappers, dependency checker,
install script, and comprehensive documentation.
2026-06-01 20:54:30 +01:00

10 lines
311 B
Plaintext

# Copy to ~/.config/floppy-utils/config and adjust paths.
# FLOPPY_DISKDIR="$HOME/Retro/BLANKS"
# FLOPPY_MEDIADIR="/media/$USER"
# Mitsumi USB UFDD on this machine (when no other removable disks attached):
# FLOPPY_DEVICE=/dev/sda
# FLOPPY_DEFAULT_SIZE_KB=1440
# FLOPPY_DEVICE_MATCH='mitsumi|ufdd|fdd|floppy'