Skip to content

Instantly share code, notes, and snippets.

@bontoJR
Created August 17, 2015 14:35
Show Gist options
  • Save bontoJR/11a69dd92f4b326600c4 to your computer and use it in GitHub Desktop.
Save bontoJR/11a69dd92f4b326600c4 to your computer and use it in GitHub Desktop.
Syntax highlighting function for Mac
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