Skip to content

Instantly share code, notes, and snippets.

@cvogt
Created June 20, 2014 23:10
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 cvogt/6c0c9361e6868f66d7c9 to your computer and use it in GitHub Desktop.
Save cvogt/6c0c9361e6868f66d7c9 to your computer and use it in GitHub Desktop.
Format code in osx clipboard via command line
pbpaste | highlight --src-lang=Scala -O rtf --style molokai --font-size 18 --font Consolas | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment