Skip to content

Instantly share code, notes, and snippets.

@yomotsu
Created April 4, 2015 08:07
Show Gist options
  • Save yomotsu/00d7475651a5ed556c3f to your computer and use it in GitHub Desktop.
Save yomotsu/00d7475651a5ed556c3f to your computer and use it in GitHub Desktop.
monokai のコードハイライトで keynote にペーストしたい

python のパッケージ Pygments をインストール。

$ sudo easy_install Pygments
pygmentize -f rtf -O 'fontface=Monaco,style=monokai' path/to/file.html | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment