This Magisk module provides a statically linked and stripped yq
binary for ARM aarch64(arm64) x86(i386) x64(amd64) devices.
a lightweight and portable command-line YAML, JSON and XML processor. yq uses jq like syntax but works with yaml files as well as json, xml, properties, csv and tsv. It doesn't yet support everything jq does - but it does support the most common operations and functions, and more is being added continuously.
2023-05-13: v1.0
- Initial release.
- yq 4.33.3.
Thanks to @mikefarah for the convenient yq.
Thanks to @taamarin for Reference code .
Thanks to ghproxy.com for github proxy server .