Skip to content

Instantly share code, notes, and snippets.

@takoeight0821
Created February 27, 2025 01:27
Show Gist options
  • Select an option

  • Save takoeight0821/d0fcd772c983feaa13e2e8f5887c89bd to your computer and use it in GitHub Desktop.

Select an option

Save takoeight0821/d0fcd772c983feaa13e2e8f5887c89bd to your computer and use it in GitHub Desktop.
Webページをmarkdownとしてコピーするコマンド(zsh)
function copymd() {
curl -s $1 | pandoc -f html -t markdown | pbcopy
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment