Skip to content

Instantly share code, notes, and snippets.

@dhyegocalota
Created May 6, 2017 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhyegocalota/f96b1c0cb5fe485f1d6440fef8ef5631 to your computer and use it in GitHub Desktop.
Save dhyegocalota/f96b1c0cb5fe485f1d6440fef8ef5631 to your computer and use it in GitHub Desktop.
Syntax Highlight
# Custom functions
function light() {
if [ -z "$2" ]
then src="pbpaste"
else
src="cat $2"
fi
$src | highlight -O rtf --syntax $1 --style solarized-light --font-size 18 | pbcopy
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment