Skip to content

Instantly share code, notes, and snippets.

@codyzu
Created February 10, 2017 10:13
Show Gist options
  • Save codyzu/ed12511f73c2dc0281054d43ab5a0d5f to your computer and use it in GitHub Desktop.
Save codyzu/ed12511f73c2dc0281054d43ab5a0d5f to your computer and use it in GitHub Desktop.
pygmentize piped to less
#!/bin/bash
pygmentize $1 | less -R -N
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment