Skip to content

Instantly share code, notes, and snippets.

@adamjames
adamjames / jq-cheetsheet.md
Created May 7, 2025 12:17 — forked from olih/jq-cheetsheet.md
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

@adamjames
adamjames / gitcom.md
Last active January 28, 2019 09:37 — forked from jednano/gitcom.md
Common git commands in a day-to-day workflow

Git Cheat Sheet

Initial Setup

Create an empty git repo or reinitialize an existing one

$ git init