Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

pygmentize

alpine:edge-based dockerization of the pygmentize utility from the Pygments generic syntax highlighter package

The source code for this image is hosted on GitHub in the backplane/conex repo.

Usage

Interactive

pygmentize() {
  docker run \
    --rm \
    --interactive \
    --volume "$(pwd):/work" \
    "backplane/pygmentize" \
    "$@"
}