Skip to content

Instantly share code, notes, and snippets.

@Sardonyx001
Created August 9, 2024 20:21
Show Gist options
  • Save Sardonyx001/dbb4479302350a31a7ae173555a44efe to your computer and use it in GitHub Desktop.
Save Sardonyx001/dbb4479302350a31a7ae173555a44efe to your computer and use it in GitHub Desktop.
Grab a random anime girl photo and display it in the terminal
curl -s https://api.waifu.pics/sfw/waifu \
| jq '.url' \
| xargs wget -nv 2>&1 \
| perl -npe 's/.*"([^"]+)".*/$1/' \
| xargs wezterm imgcat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment