aboutsummaryrefslogtreecommitdiff
path: root/data/bash_completion.tpl
AgeCommit message (Collapse)Author
2017-09-11Support for PDF generation via `weasyprint` and `prince` (#3909)Mauro Bieg
* Rename --latex-engine to --pdf-engine * In `Text.Pandoc.Options.WriterOptions`, rename `writerLaTeXEngine` to `writerPdfEngine` and `writerLaTeXArgs` to `writerPdfArgs`. * Add support for `weasyprint` and `prince`, in addition to `wkhtmltopdf`, for PDF generation via HTML (closes #3906). * `Text.Pandoc.PDF.html2pdf`: use stdin instead of intermediate HTML file
2016-12-07Really fixed bash completion this time!John MacFarlane
Closes #2749.
2016-12-07Improved bash-completion for filenames with spaces.John MacFarlane
2016-12-07Fixed bash completion for filenames with spaces.John MacFarlane
Closes #2749.
2015-08-13Added `--bash-completion` option.John MacFarlane
This generates a bash completion script. To use: eval "$(pandoc --bash-completion)"