Automatic Shell Completion Support for Scripts Using Optparse

Edit Package python-optcomplete
http://furius.ca/optcomplete

This module provide automatic bash completion support for programs that use the
optparse module. The premise is that the optparse options parser specifies
enough information (and more) for us to be able to generate completion strings
esily. Another advantage of this over traditional completion schemes where the
completion strings are hard-coded in a separate bash source file, is that the
same code that parses the options is used to generate the completions, so the
completions is always up-to-date with the program itself.

In addition, we allow you specify a list of regular expressions or code that
define what kinds of files should be proposed as completions to this file if
needed. If you want to implement more complex behaviour, you can instead
specify a function, which will be called with the current directory as an
argument.

You need to activate bash completion using the shell script function that comes
with optcomplete (see http://furius.ca/optcomplete for more details).

Refresh
Refresh
Source Files
Filename Size Changed
optcomplete-1.2-devel-fix-shebang.patch 0000001279 1.25 KB
optcomplete-1.2-devel.tar.bz2 0000035964 35.1 KB
python-optcomplete.changes 0000000922 922 Bytes
python-optcomplete.spec 0000002988 2.92 KB
Latest Revision
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) committed (revision 10)
branch from 15.0
Comments 0
openSUSE Build Service is sponsored by