Created
August 17, 2015 14:35
-
-
Save bontoJR/11a69dd92f4b326600c4 to your computer and use it in GitHub Desktop.
Syntax highlighting function for Mac
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
function light() { | |
if [ -z "$2" ] | |
then src="pbpaste" | |
else | |
src="cat $2" | |
fi | |
$src | highlight -O rtf --syntax $1 --font=Inconsolata -s solarized-light --font-size 24 | pbcopy | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment