Skip to content

Instantly share code, notes, and snippets.

@jayv
Created October 30, 2015 18:48
Show Gist options
  • Select an option

  • Save jayv/3d6b1591c48d722385d6 to your computer and use it in GitHub Desktop.

Select an option

Save jayv/3d6b1591c48d722385d6 to your computer and use it in GitHub Desktop.
Syntax highlighting code on the clipboard to RTF colored and formatted to paste into Keynote
pbpaste | highlight -O rtf /dev/stdin --font-size 34 --font Menlo --style molokai -W -J 80 -j 3 --src-lang java | pbcopy
@jayv
Copy link
Copy Markdown
Author

jayv commented Oct 30, 2015

brew install highlight

@jayv
Copy link
Copy Markdown
Author

jayv commented Oct 30, 2015

Example Slide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment