Skip to content

Instantly share code, notes, and snippets.

@jaymcgavren
Created August 3, 2018 21:33
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 jaymcgavren/e723b19ed93646db0a25e8a8bc0b838c to your computer and use it in GitHub Desktop.
Save jaymcgavren/e723b19ed93646db0a25e8a8bc0b838c to your computer and use it in GitHub Desktop.
Convert the current clipboard contents to a fenced code block
pbpaste | ruby -e 'puts "```"; puts ARGF.read; puts "```"' | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment