diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-08-13 15:24:50 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-08-13 15:27:47 -0700 |
commit | 73824908aab1d910996cf4db7baf722aecc32d31 (patch) | |
tree | c71ff22885f10ead18bfc1cccc7d2096c8a7f073 /README | |
parent | 397c18810e3226a2ff25d0b90b9ee17354d40d2b (diff) | |
download | pandoc-73824908aab1d910996cf4db7baf722aecc32d31.tar.gz |
Added `--bash-completion` option.
This generates a bash completion script.
To use:
eval "$(pandoc --bash-completion)"
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -250,6 +250,13 @@ General options `epub.css`, `templates`, `slidy`, `slideous`, or `s5` directory placed in this directory will override pandoc's normal defaults. +`--bash-completiion` + +: Generate a bash completion script. to enable bash completion + with pandoc, add this to your `.bashrc`: + + eval "$(pandoc --bash-completion)" + `--verbose` : Give verbose debugging output. Currently this only has an effect |