ios_system
ios_system copied to clipboard
Drop-in replacement for system() in iOS programs
It could be usefull :)
If nobody is working on it, I'll try to compile from the source on [Apple OpenSource](https://opensource.apple.com/source/file/file-74.0.2/). However, the latest version of [iVim](https://apps.apple.com/us/app/ivim/id1266544660) already did it, so if @terrychou is going...
## Summary * [`ash` is included in FreeBSD. ](https://github.com/freebsd/freebsd-src/tree/main/bin/sh) ## Licensing * I don't see a `COPYRIGHT` or `LICENSE` file in `bin/` or `bin/sh/`, but there is a [`COPYRIGHT` file...
I would love to see if someone could add jq and json2csv as I have a repeated workflow that include these tools. Thank you.
I've created a quite simple test swift project with quite nothing in it. Just imported iOS_system and added ios_system framework as package dependency. When hitting build it runs into errors....
Hello everyone! I'm attempting to add the following command (app) to a-shell: https://github.com/bittorrent/go-btfs go-btfs aims to decentralize cloud storage and I'm currently using it for a project called [dCloud](https://github.com/simbadMarino/dCloud).Being a...
Currently, ios_system's curl can't download HTTPS site's contents using TLS v1.3. I think that you built curl 7.51.0 with `--with-darwinssl` flag. If so, is it possible to update curl to...
Add wget
With wget, downloading files can be much more convenient.
Hi holzschu, I am heavily using iVim and it gained much value when it integrated ios_system, thanks! Since I am coding javascript and typescript a lot, I was wondering if...