💭 jq Cheat Sheet ================ !https://lzone.de/cheat-sheet/jq Date: July 28, 2023 LZone LZone - Cheat Sheets for Sysadmin / DevOps / System Architecture lzone.de [1] A nice cheat sheet for jq. jq looks so nice, but it so quickly gets overwhelming on how to select what you want. I was able to make a jq contains query. ``` bash curl https://thoughts.waylonwalker.com/posts/ | jq '.[] | select(.title | contains("python"))' ``` !!! note This post is a thought [2]. It's a short note that I make about someone else's content online #thoughts [3] References: [1]: https://lzone.de/cheat-sheet/jq [2]: /thoughts/ [3]: /tags/thoughts/