Skip to content

Instantly share code, notes, and snippets.

@heisters
Created May 26, 2015 18:25
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 heisters/6013845dbdfdbcb46492 to your computer and use it in GitHub Desktop.
Save heisters/6013845dbdfdbcb46492 to your computer and use it in GitHub Desktop.
Add syntax highlighting to the current pastebuffer
#!/bin/bash
# brew install highlight
pbpaste | highlight --syntax bash -k 'Andale Mono' -s molokai -O rtf | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment