[plugin]
prepend_previewers = [
{ name = "*.md", run = 'piper -- CLICOLOR_FORCE=1 glow -w=$w -s=dark "$1"' },
{ mime = "application/pem-file", run = 'piper -- openssl x509 -noout -text -certopt "no_header","no_sigdump" -multi -in "$1"' },
{ name = "*.docx", run = 'piper -- doxx --images "$1"' },
{ name = "/run/user/*/gvfs/**", run = "noop" },
]