MàJ ddtc 0.2.2
Bonjour,
Journal des modification :
Description:
ddtc - Perl script to deal with ddts mail
Changes:
ddtc (0.2.2) unstable; urgency=low
.
* split `README.Debian'
* add bash completion rules
* fix `procmailrc'
* add comments in `procmailrc' and `ddtc.vim'
* fix `changelog'
* add language option in manpage and french manpage
Le fichier pour le complètement est attaché, les paquets sont à jour :
deb http://nico.bertol.free.fr/debian bertol/fr/ pour votre sources.list
http://nico.bertol.free.fr/rpm/bertol/ en rpm
Nicolas
--
# This is a completion rule, it parses the usage message for commands and
# options through a one-line perl command
_ddtc()
{
COMPREPLY=()
cur=${COMP_WORDS[COMP_CWORD]} # current word
COMPREPLY=( $( ddtc | perl -e "while (<>) { print \"\$1\n\" if /^ \b($cur\S*)/; next unless \"$cur\"; print \"\$1\n\" if /(?=--)($cur\S*) / }" ) )
return 0
}
complete -F _ddtc ddtc
Reply to: