Skip to content

Instantly share code, notes, and snippets.

@matthewlehner
Created March 26, 2014 08:07
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 matthewlehner/9778684 to your computer and use it in GitHub Desktop.
Save matthewlehner/9778684 to your computer and use it in GitHub Desktop.
RTF syntax highlighter for the command line
# brew install highlight
# then put your ugly code in the clipboard and run this :)
pbpaste | highlight --syntax=js --font-size 24 --font Monaco -O rtf --style solarized-light | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment