I recently discovered resourceforks.com (what a neat site!) and realized I'd never announced my old project, VintageMacTools.
VintageMacTools was my collection of miscellaneous Mac data extraction tools - it basically became a ResEdit / archive expander that runs in your web browser.
Here's the link:
github.com
To use it, all you have to do it clone the repository and open index.html. It is already compiled, but if you change any of the TypeScript code, you'll need to run npm build. The program runs entirely in your web browser.
Hope this interests you!
VintageMacTools was my collection of miscellaneous Mac data extraction tools - it basically became a ResEdit / archive expander that runs in your web browser.
Here's the link:
GitHub - beholdnec/VintageMacTools
Contribute to beholdnec/VintageMacTools development by creating an account on GitHub.
To use it, all you have to do it clone the repository and open index.html. It is already compiled, but if you change any of the TypeScript code, you'll need to run npm build. The program runs entirely in your web browser.
Hope this interests you!