From b06fc8f96590360c0f868e769a330a2a5eca10a0 Mon Sep 17 00:00:00 2001 From: Tom Wright Date: Fri, 30 Oct 2020 18:19:07 +0000 Subject: [PATCH] Update dasel description and change category (#3324) * Add dasel to data-structures * Add dasel to devops tools * Remove dasel from data-structures * Update dasel description * Update dasel description * Move dasel to query language category * Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 021f21f6..2ffc3522 100644 --- a/README.md +++ b/README.md @@ -1474,6 +1474,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis ## Query Language * [api-fu](https://github.com/ccbrown/api-fu) - Comprehensive GraphQL implementation. +* [dasel](https://github.com/tomwright/dasel) - Query and update data structures using selectors from the command line. Comparable to jq/yq but supports JSON, YAML, TOML and XML with zero runtime dependencies. * [gojsonq](https://github.com/thedevsaddam/gojsonq) - A simple Go package to Query over JSON Data. * [graphql](https://github.com/tmc/graphql) - graphql parser + utilities. * [graphql](https://github.com/neelance/graphql-go) - GraphQL server with a focus on ease of use. @@ -2317,7 +2318,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [bombardier](https://github.com/codesenberg/bombardier) - Fast cross-platform HTTP benchmarking tool. * [bosun](https://github.com/bosun-monitor/bosun) - Time Series Alerting Framework. * [cassowary](https://github.com/rogerwelin/cassowary) - Modern cross-platform HTTP load-testing tool written in Go. -* [dasel](https://github.com/tomwright/dasel) - Query and update JSON/YAML files from the command line. * [DepCharge](https://github.com/centerorbit/depcharge) - Helps orchestrating the execution of commands across the many dependencies in larger projects. * [Dockerfile-Generator](https://github.com/ozankasikci/dockerfile-generator) - A go library and an executable that produces valid Dockerfiles using various input channels. * [dogo](https://github.com/liudng/dogo) - Monitoring changes in the source file and automatically compile and run (restart).