Skip to content

+Extract all - #2

Open
Kaens wants to merge 1 commit into
neuro-sys:masterfrom
Kaens:master
Open

+Extract all#2
Kaens wants to merge 1 commit into
neuro-sys:masterfrom
Kaens:master

Conversation

@Kaens

@Kaens Kaens commented Dec 12, 2023

Copy link
Copy Markdown

Version 0.3

  • Capability to extract all files from a disk image added
  • Filename sanitising added
  • Compatibility with TinyCC added, because why not!

Version 0.3
 - Capability to extract all files from a disk image added
 - Filename sanitising added
 - Compatibility with TinyCC added, because why not!
@jwich71

jwich71 commented Dec 23, 2024

Copy link
Copy Markdown

Yes, I also vote for this pull request.
In the meantime you can use this workaround:

for i in $(sector-cpc --file filename.dsk dir | awk '{print $1}'); do sector-cpc --file filename.dsk extract $i; done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants