diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-08-19 03:30:11 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-08-19 03:30:11 +0200 |
commit | afcc9dc82981e6b334e5b4d8e79e19925ca9600e (patch) | |
tree | d65b1dfbb9a49b921f3a297f0eec51503caeb45d /manuals/ponysay.texinfo | |
parent | 50a53b99aa368b2d69aea5eb6545fb5fcd8aa2dd (diff) | |
download | ponysay-afcc9dc82981e6b334e5b4d8e79e19925ca9600e.tar.gz ponysay-afcc9dc82981e6b334e5b4d8e79e19925ca9600e.tar.bz2 ponysay-afcc9dc82981e6b334e5b4d8e79e19925ca9600e.zip |
info update + bash completion improvement (long options are suggested)
Diffstat (limited to 'manuals/ponysay.texinfo')
-rw-r--r-- | manuals/ponysay.texinfo | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index b4128c6..10ee03a 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -766,6 +766,7 @@ but is still available at @url{https://github.com/maandree/kmsponies4ponysay}. * Printing in TTY with KMS:: Printing in TTY with KMS. * Truncation:: Output truncation. * Languages:: Selection of languages. +* Shell auto-completion:: Things make auto-completion simplier. @end menu @@ -855,6 +856,28 @@ However since version 2.0 we are trying to move from all there languages and only use Python 3. +@node Shell auto-completion +@section Shell auto-completion +@cindex auto-completion, inner workings +@cindex shell, auto-completion +@cindex @command{--onelist} +@cindex @command{--quoters} + +To make it easier to write auto-completion for shells, @command{ponysay} supports +the two options @command{--onelist} and @command{--quoters}, which has not short +versions. + +Executing @command{ponysay --onelist} will list every available pony, +independent of where it is located, the output is a sorted and consists only +of one pony per line. + +@command{ponysay --quoters} work just as @command{ponysay --onelist}, excepts +it limites the ponies to those that have quotes. Ponies that have qoutes, +but does not exist, i.e. does not have a .pony-file, are not listed. + +Auto-completion scripts should not suggest these options. + + @node Contributing @chapter Contributing @@ -1249,6 +1272,7 @@ Patchers and other contributors of ponysay: @end itemize + @node Ponysay license @appendix Ponysay license |