From a47d1c3b38f8a3ec8c5540b2a6d6b6c4748e3373 Mon Sep 17 00:00:00 2001 From: Francis Berbesi <51681786+francisber@users.noreply.github.com> Date: Mon, 3 Oct 2022 10:53:51 +0200 Subject: [PATCH] Add dyff (#537) and YAML category Co-authored-by: Jonathan Neidel --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index 99763a8..ff0f25b 100644 --- a/readme.md +++ b/readme.md @@ -56,6 +56,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Data Manipulation](#data-manipulation) - [Processors](#processors) - [JSON](#json) + - [YAML](#yaml) - [Columns](#columns) - [Text](#text) - [Files and Directories](#files-and-directories) @@ -454,6 +455,10 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [GROQ](https://github.com/sanity-io/groq-cli) – JSON processor with queries and projections. - [gron](https://github.com/tomnomnom/gron) - Make JSON greppable. +### YAML + +- [dyff](https://github.com/homeport/dyff) - YAML diff tool. + ### Columns - [parse-columns-cli](https://github.com/sindresorhus/parse-columns-cli) - Parse text columns to JSON.