From 5328c7079eb252b636eb8b3878a29a3534e84d21 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Sat, 4 Sep 2021 15:45:10 +0700 Subject: Increase heading level --- content/posts/2021-06-13-jq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/posts/2021-06-13-jq.md') diff --git a/content/posts/2021-06-13-jq.md b/content/posts/2021-06-13-jq.md index 49d2148..2d416cf 100644 --- a/content/posts/2021-06-13-jq.md +++ b/content/posts/2021-06-13-jq.md @@ -9,7 +9,7 @@ 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 to give two examples of how it's used. -# Search response +## Search response I've been dealing with JSON from Elasticsearch API[^0], but as they would not release their documents under a free license, I will take an example from @@ -133,7 +133,7 @@ taken. There might be the option to write that in the search query DSL, which also reduces the data transferred, but I bet this is much easier to write. -# Wallpaper +## Wallpaper I use `feh` for setting wallpaper, which can take an image from the internet. Previously, I used a static list that I collected myself, but I recently -- cgit 1.4.1