From 64c1579544daef83af1494aa16ee6bc081347d39 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 23 Dec 2018 10:45:24 -0500 Subject: Support zsh completion --- manual/qpdf-manual.xml | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) (limited to 'manual') diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index b4b07f4b..2ccaafd3 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -303,11 +303,12 @@ make Shell Completion - Starting in qpdf version 8.3.0, qpdf provides its own bash - completion support. You can enable bash completion with - eval $(qpdf --completion-bash). If - qpdf is not in your path, you should invoke it - above with an absolute path. If you invoke it with a relative + Starting in qpdf version 8.3.0, qpdf provides its own completion + support for zsh and bash. You can enable bash completion with + eval $(qpdf --completion-bash) and zsh + completion with eval $(qpdf --completion-zsh). + If qpdf is not in your path, you should invoke + it above with an absolute path. If you invoke it with a relative path, it will warn you, and the completion won't work if you're in a different directory. @@ -342,6 +343,24 @@ make + + + + + Output a completion command you can eval to enable shell + completion from bash. + + + + + + + + Output a completion command you can eval to enable shell + completion from zsh. + + + -- cgit v1.2.3-54-g00ecf