Skip to content

Instantly share code, notes, and snippets.

@negokaz
Last active December 14, 2015 07:17
Show Gist options
  • Save negokaz/26158fdd3e1091eeeccc to your computer and use it in GitHub Desktop.
Save negokaz/26158fdd3e1091eeeccc to your computer and use it in GitHub Desktop.
#!/bin/sh
#
# クリップボードのコードを指定の言語向けにハイライトします
# (Mac用)
pbpaste | highlight --out-format=rtf --syntax="$1" | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment