Add dyff (#537) and YAML category

Co-authored-by: Jonathan Neidel <github@jneidel.com>
This commit is contained in:
Francis Berbesi 2022-10-03 10:53:51 +02:00 committed by GitHub
parent 77a9fcfd89
commit a47d1c3b38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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.