From 3ddc1c665990e1e732314330db214a81ab810fe9 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 11 Jun 2021 11:39:38 -0700 Subject: [PATCH] add jello --- README.md | 2 +- templates/readme_template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c5cc4eb..262a56fb 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ dig example.com | jc --dig 39049,"data":"93.184.216.34"}],"query_time":49,"server":"2600:1700:bab0:d40::1#53(2600:1700:bab0:d40::1)","when": "Fri Apr 16 16:09:00 PDT 2021","rcvd":56,"when_epoch":1618614540,"when_epoch_utc":null}] ``` -This allows further command-line processing of output with tools like `jq` by piping commands: +This allows further command-line processing of output with tools like `jq` or [`jello`](https://github.com/kellyjonbrazil/jello) by piping commands: ```bash $ dig example.com | jc --dig | jq -r '.[].answer[].data' 93.184.216.34 diff --git a/templates/readme_template b/templates/readme_template index 4a54f11b..07456cae 100644 --- a/templates/readme_template +++ b/templates/readme_template @@ -19,7 +19,7 @@ dig example.com | jc --dig 39049,"data":"93.184.216.34"}],"query_time":49,"server":"2600:1700:bab0:d40::1#53(2600:1700:bab0:d40::1)","when": "Fri Apr 16 16:09:00 PDT 2021","rcvd":56,"when_epoch":1618614540,"when_epoch_utc":null}] ``` -This allows further command-line processing of output with tools like `jq` by piping commands: +This allows further command-line processing of output with tools like `jq` or [`jello`](https://github.com/kellyjonbrazil/jello) by piping commands: ```bash $ dig example.com | jc --dig | jq -r '.[].answer[].data' 93.184.216.34