Created
April 8, 2018 05:58
-
-
Save shinyaoguri/2a2309073494e3b81a40123faa672948 to your computer and use it in GitHub Desktop.
クリップボードにコピーしたスクリプトをシンタックスハイライトさせる
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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