On Mac, if you have Homebrew installed, run:
> brew install highlight
Add to your shell config or .aliases file:
alias hicp="pbpaste | highlight -O rtf --syntax=js --style solarized-dark --font Inconsolata --font-size 36 | pbcopy"More info and examples here: https://gist.github.com/jimbojsb/1630790