Skip to content

Instantly share code, notes, and snippets.

@moaazsidat
Created May 20, 2017 23:07
Show Gist options
  • Save moaazsidat/f2d3d6dc0bf2cb343ddbec5a554a5265 to your computer and use it in GitHub Desktop.
Save moaazsidat/f2d3d6dc0bf2cb343ddbec5a554a5265 to your computer and use it in GitHub Desktop.
Code to Pages (macOS)

1- Install highlight

brew install highlight

2- copy your file to your clipboard

highlight --syntax=YOURLANGUAGE -O rtf YOURFILE | pbcopy

example :

highlight --syntax=python -O rtf myfile.py | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment