Add yq as a tool to process yaml on command line

Very useful and in addition shares the syntax with jq what is convenient as jq is really widespread and used.
pull/696/head
Janek Schleicher 2020-05-26 11:34:59 +02:00 committed by GitHub
parent 84482aa24d
commit 3d2822f385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ EOF
- For JSON, use [`jq`](http://stedolan.github.io/jq/). For interactive use, also see [`jid`](https://github.com/simeji/jid) and [`jiq`](https://github.com/fiatjaf/jiq).
- For YAML, use [`shyaml`](https://github.com/0k/shyaml).
- For YAML, use [`shyaml`](https://github.com/0k/shyaml) or [`yq`](https://kislyuk.github.io/yq/).
- For Excel or CSV files, [csvkit](https://github.com/onyxfish/csvkit) provides `in2csv`, `csvcut`, `csvjoin`, `csvgrep`, etc.