diff options
Diffstat (limited to 'content/posts/2021-06-13-jq.md')
-rw-r--r-- | content/posts/2021-06-13-jq.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/content/posts/2021-06-13-jq.md b/content/posts/2021-06-13-jq.md index 3867f3f..a045743 100644 --- a/content/posts/2021-06-13-jq.md +++ b/content/posts/2021-06-13-jq.md @@ -1,9 +1,9 @@ ---- -title: "jq is a powerful JSON processor" -date: 2021-06-13 -categories: [ blog, software ] -tags: [unix, jq, json, cli, guide, tinker] ---- ++++ +title = "Recommendation: jq is a powerful JSON processor" +date = 2021-06-13 +categories = [ "plug" ] +tags = ["unix", "jq", "json", "cli", "guide"] ++++ So lately I've been using `jq` quite a bit. It is a CLI JSON processor that makes your life easier if you have to deal with a lot of JSON. Here I'm going |