Skip to content

Instantly share code, notes, and snippets.

View aGuyNamedJonas's full-sized avatar

Jonas Peeck aGuyNamedJonas

View GitHub Profile
@aGuyNamedJonas
aGuyNamedJonas / PrettyPrintJson.md
Last active January 29, 2018 10:22
Pretty print piped JSON

Install

  • Download jsonPrint.js
  • Make it executable (chmod +x ~/Download/jsonPrint.js)
  • Move it into your bin folder (mv jsonPrint.js /usr/local/bin/)

Use

curl http://some-random-json-api.com/json/data | jsonPrint

@aGuyNamedJonas
aGuyNamedJonas / README.md
Last active December 4, 2021 16:43
"Giant Squid" - Day 4 AdventOfCode 2021