Skip to content

Instantly share code, notes, and snippets.

@shinyaoguri
Created April 8, 2018 05:58
Show Gist options
  • Save shinyaoguri/2a2309073494e3b81a40123faa672948 to your computer and use it in GitHub Desktop.
Save shinyaoguri/2a2309073494e3b81a40123faa672948 to your computer and use it in GitHub Desktop.
クリップボードにコピーしたスクリプトをシンタックスハイライトさせる
#!/bin/sh
#brew install highlight
pbpaste | highlight -l -k monaco -K 33 -s Candy -S $1 -O rtf | pbcopy
#もしも背景が白の場合にはCandyをFine-Blueにする
#memo
#https://qiita.com/koudaiii/items/1a9503141212a2115485
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment