Skip to content

Instantly share code, notes, and snippets.

@timofurrer
Created June 15, 2013 13:32
Show Gist options
  • Save timofurrer/5788134 to your computer and use it in GitHub Desktop.
Save timofurrer/5788134 to your computer and use it in GitHub Desktop.
cat & less with syntax highlighting!
# cat & less with syntax highlighting
alias ccat="pygmentize -f terminal256 -O style=native -g"
function cless() {
ccat "$1" | less -R
}
apt-get install pip install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment