Skip to content

Instantly share code, notes, and snippets.

View pyinto's full-sized avatar
:bowtie:

Volodymyr Kondratenko pyinto

:bowtie:
  • Portugal
  • 17:59 (UTC)
View GitHub Profile
@RubenKelevra
RubenKelevra / fast_firefox.md
Last active February 22, 2026 19:27
Make Firefox fast again
@olih
olih / jq-cheetsheet.md
Last active February 20, 2026 20:35
jq Cheet Sheet

Processing JSON using jq

jq is useful to slice, filter, map and transform structured json data.

Installing jq

On Mac OS

brew install jq