Skip to content

Files

Latest commit

 

History

History
26 lines (16 loc) · 949 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 949 Bytes

yq for Magisk

Description

This Magisk module provides a statically linked and stripped yq binary for ARM aarch64(arm64) x86(i386) x64(amd64) devices.

yq

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.

Changelog

2023-05-13: v1.0

  • Initial release.
  • yq 4.33.3.

Credits

Thanks to @mikefarah for the convenient yq.
Thanks to @taamarin for Reference code .
Thanks to ghproxy.com for github proxy server .

Links

yq