Skip to content

Instantly share code, notes, and snippets.

@stedolan
Created June 3, 2022 17:14
Show Gist options
  • Save stedolan/579b4003932cc50d251b0fcb99e6eb01 to your computer and use it in GitHub Desktop.
Save stedolan/579b4003932cc50d251b0fcb99e6eb01 to your computer and use it in GitHub Desktop.
while :; do clear; curl -skL https://bar.emf.camp/api/on-tap.json | jq -r 'keys[] as $k | ("--", ("\($k):"), (.[$k][] | "\(.manufacturer) \(.name) (\(.abv)%)@\(.price)\(if .remaining_pct|tonumber<5 then " (running out)" else "" end)"))' | column -t -s '@'; sleep 10; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment