From 7a98e55407646184af05664bc7b716a2d172637a Mon Sep 17 00:00:00 2001 From: Tom Wright Date: Thu, 29 Oct 2020 23:24:40 +0000 Subject: [PATCH] Add dasel to Multimedia and File Formats --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 68c2bc5..3846cae 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [Android-Kitchen](https://github.com/dsixda/Android-Kitchen) - A text-based kitchen for Android ROM customization. Uses shell scripts and works with Cygwin/OS X/Linux * [Beets](https://github.com/beetbox/beets) - Music library manager and MusicBrainz tagger * [cmus](https://github.com/cmus/cmus) - Cross-platform cli audio player. +* [dasel](https://github.com/tomwright/dasel) - Query and update data structures using selectors from the command line. Comparable to [jq](https://github.com/stedolan/jq) / [yq](https://github.com/kislyuk/yq) but supports JSON, YAML, TOML and XML with zero runtime dependencies. * [fx](https://github.com/antonmedv/fx) - Command-line JSON processing tool by anononymus JavaScript functions * [gifgen](https://github.com/lukechilds/gifgen) - Simple high quality GIF encoding * [image-scraper](https://github.com/sananth12/ImageScraper) - A cool command line image scraper with a lot of features.