| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: perl-Complete-Bash | Distribution: Mageia |
| Version: 0.337.0 | Vendor: Mageia.Org |
| Release: 1.mga9 | Build date: Thu Dec 8 03:16:26 2022 |
| Group: Development/Perl | Build host: localhost |
| Size: 151530 | Source RPM: perl-Complete-Bash-0.337.0-1.mga9.src.rpm |
| Packager: tv <tv> | |
| Url: https://metacpan.org/release/Complete-Bash | |
| Summary: Completion module for bash shell | |
Bash allows completion to come from various sources. The simplest is from a
list of words ('-W'):
% complete -W "one two three four" somecmd
% somecmd t<Tab>
two three
Another source is from a bash function ('-F'). The function will receive
input in two variables: 'COMP_WORDS' (array, command-line chopped into
words) and 'COMP_CWORD' (integer, index to the array of words indicating
the cursor position). It must set an array variable 'COMPREPLY' that
contains the list of possible completion:
GPL+ or Artistic
* Thu Dec 08 2022 tv <tv> 0.337.0-1.mga9 + Revision: 1919209 - update to 0.337 * Mon Mar 21 2022 umeabot <umeabot> 0.336.0-2.mga9 + Revision: 1814813 - Mageia 9 Mass Rebuild * Mon Jul 26 2021 tv <tv> 0.336.0-1.mga9 + Revision: 1737889 - update to 0.336
/usr/share/doc/perl-Complete-Bash /usr/share/doc/perl-Complete-Bash/Changes /usr/share/doc/perl-Complete-Bash/LICENSE /usr/share/doc/perl-Complete-Bash/META.json /usr/share/doc/perl-Complete-Bash/META.yml /usr/share/doc/perl-Complete-Bash/MYMETA.yml /usr/share/doc/perl-Complete-Bash/README /usr/share/man/man3/Complete::Bash.3pm.xz /usr/share/perl5/vendor_perl/Complete /usr/share/perl5/vendor_perl/Complete/Bash.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Oct 30 07:03:14 2025