holzschu / a-Shell-commands

shell commands, pre-compiled to webAssembly, ready to use in a-Shell
554 stars 21 forks source link

Adding textutil command pkg? #43

Open claudeLovelace opened 5 months ago

claudeLovelace commented 5 months ago

I want to use the command textutil so I could format .webarchive files since download webpages on iOS only download a single .webarchive (instead of their individual HTML, CSS, JS files separately). Since that command is a MacOS default command, could it be possible to implement it for a-shell iOS/iPadOS? That would be nice if possible.

Here's some description of its features: https://ss64.com/mac/textutil.html

Thanks!

holzschu commented 5 months ago

To the best of my knowledge (I searched again after receing your query), the source for the textutil command is not available. That makes it challenging to port it to a-Shell.

There is an app for opening webarchive files: https://georgegarside.com/apps/web-archive-inspector/