Skip to content

Instantly share code, notes, and snippets.

View pyinto's full-sized avatar
:bowtie:

Volodymyr Kondratenko pyinto

:bowtie:
  • Portugal
  • 09:41 (UTC +01:00)
View GitHub Profile
@RubenKelevra
RubenKelevra / fast_firefox.md
Last active March 31, 2026 14:00
Make Firefox fast again
@olih
olih / jq-cheetsheet.md
Last active April 12, 2026 08:33
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