Has anyone found a reasonable way to extract their C source code from minivmac so that it's easy to push to github with normal line endings?
I found this project (which is Java) https://www.catacombae.org/hfsexplorer/ that allows me to explore and extract files from a mini vmac dsk image
I was thinking of writing a utility based on this project that would sync a folder in minivmac with my workstation.
I'd like to not have a gui and just run a command and have it sync from mini vmac dsk image to my local workstation so I can push to github.
But I don't want to reinvent the wheel if there is an easier way
I found this project (which is Java) https://www.catacombae.org/hfsexplorer/ that allows me to explore and extract files from a mini vmac dsk image
I was thinking of writing a utility based on this project that would sync a folder in minivmac with my workstation.
I'd like to not have a gui and just run a command and have it sync from mini vmac dsk image to my local workstation so I can push to github.
But I don't want to reinvent the wheel if there is an easier way