Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fukuiretu/581d28024e57645efab542d67311cf29 to your computer and use it in GitHub Desktop.
Save fukuiretu/581d28024e57645efab542d67311cf29 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