Skip to content

Instantly share code, notes, and snippets.

@redraw
Created July 7, 2023 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save redraw/ed1a584f8d2a13d633ce41c01f0717ea to your computer and use it in GitHub Desktop.
Save redraw/ed1a584f8d2a13d633ce41c01f0717ea to your computer and use it in GitHub Desktop.
streaming mastodon emoji display
curl -sL https://mstdn.jp/api/v1/streaming/public | grep -oE '{.*' --line-buffered | jq --unbuffered -r '.emojis[].url' | xargs -n1 ~/.iterm2/imgcat -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment