Skip to content

feat: copy a file within or between disc images #16

@acscpt

Description

@acscpt

A new copy command that copies a file on a disc image, either to another name on the same image or to a different image entirely.

Use case

Copying files between disc images is a routine step when assembling game compilations, preparing utility discs, or backing up individual files. Currently the only way to do this is to extract a file and then add it to another image, losing embedded metadata unless .inf sidecars are used. A direct copy preserves all attributes (load address, exec address, locked status) without intermediate files.

Proposed behaviour

beebtools copy mydisc.ssd T.MYPROG T.BACKUP
beebtools copy source.ssd T.LOADER T.LOADER --to-image dest.ssd

Works on both DFS and ADFS images.

Metadata

Metadata

Assignees

No one assigned

    Labels

    backlogFor future considerationcliCommand-line interfacedisc:adfsADFS-specificdisc:dfsDFS-specificenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions