Skip to content

Instantly share code, notes, and snippets.

@xdbr
Created April 25, 2016 16:01
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 xdbr/608e65d8707985b9abe23e95c1be3a22 to your computer and use it in GitHub Desktop.
Save xdbr/608e65d8707985b9abe23e95c1be3a22 to your computer and use it in GitHub Desktop.
# Needs httpie and pandoc installed. Takes URL and (ideally) spits out readable PDF
[[ $# != 2 ]] && echo "Usage:\n\t$(basename $0) <URL> <OUTPUT.pdf>" && exit 1
http --body heckyesmarkdown.com/go/ read==1 md==1 u=="$1" | pandoc --latex-engine=xelatex --from markdown --output "$2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment