From 765113b79208723832df8aa9922097bde5aca4c7 Mon Sep 17 00:00:00 2001 From: lucidiot Date: Sun, 27 Jun 2021 02:06:25 +0200 Subject: [PATCH] Add json tools --- content/tools.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/tools.md b/content/tools.md index 2513bf1..33b3ee4 100644 --- a/content/tools.md +++ b/content/tools.md @@ -12,6 +12,7 @@ some interesting tidbits of technology that I need to try * replacing coreutils with busybox * wdiff * [moreutils](https://joeyh.name/code/moreutils/) +* [gron](https://github.com/tomnomnom/gron) ## seal of approval @@ -19,3 +20,4 @@ some interesting tidbits of technology that used to be on the above list, then that I tried and enjoyed * dict +* [jq](https://stedolan.github.io/jq/)