Created
July 7, 2023 13:49
-
-
Save redraw/ed1a584f8d2a13d633ce41c01f0717ea to your computer and use it in GitHub Desktop.
streaming mastodon emoji display
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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