Skip to content

Instantly share code, notes, and snippets.

@jgworks
Created February 19, 2016 16:08
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgworks/5c7bd0f731210133ebd4 to your computer and use it in GitHub Desktop.
Save jgworks/5c7bd0f731210133ebd4 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Requires:
# iTem2 3c
# pup
# imgcat
curl -s "http:$(curl -s xkcd.com | pup 'div[id="comic"] img attr{src}')" | imgcat; curl -s xkcd.com | pup 'div[id="comic"] img attr{title}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment