Skip to content

Instantly share code, notes, and snippets.

@joshkerr
Created June 26, 2020 18:51
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 joshkerr/2950e7c6c2bc8dd41042f6c66d6f733b to your computer and use it in GitHub Desktop.
Save joshkerr/2950e7c6c2bc8dd41042f6c66d6f733b to your computer and use it in GitHub Desktop.
This shell script will convert any recipe website link into just the ingredients and directions. Great for when you just want the recipe and not all of the other stuff.
curl -sG "https://plainoldrecipe.com/recipe" -d "url=${1}" | pandoc -f html -t markdown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment