From 3d2822f38508225a4aab86ea0aa11d4e0ba480ff Mon Sep 17 00:00:00 2001 From: Janek Schleicher <16211159+hanfried@users.noreply.github.com> Date: Tue, 26 May 2020 11:34:59 +0200 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff73938..6915fff 100755 --- a/README.md +++ b/README.md @@ -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.