From 289885bf000b96f3da97258be828a31ff6b2cea5 Mon Sep 17 00:00:00 2001 From: Tom Wright Date: Thu, 29 Oct 2020 23:15:00 +0000 Subject: [PATCH] Add dasel to data manipulation --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f7bf09a..b0bc05a 100644 --- a/readme.md +++ b/readme.md @@ -381,6 +381,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [yaml-cli](https://github.com/pandastrike/yaml-cli) - A simple CLI for querying and updating YAML files. - [q](http://harelba.github.io/q/) - A command line tool that allows execution of SQL-like queries on CSVs/TSVs (and any other tabular text files). - [yq](https://github.com/kislyuk/yq) - Command-line YAML processor (Uses the same syntax as jq). +- [dasel](https://github.com/tomwright/dasel) - Query and update data structures using selectors from the command line. Comparable to [jq](https://github.com/stedlan/jq) / [yq](https://github.com/kislyuk/yq) but supports JSON, YAML, TOML and XML with zero runtime dependencies. ### JSON