Quickstart
- Create an alias like this
alias pcat='docker run --rm -v $(pwd):/local rahulsom/pcat'
- Use pcat to cat files with formatting.
- Profit
The details
Pygmentize is a wrapper around the Pygments library for Python. This wraps pygmentize in a docker container.