Télécharger la liste

Description du projet

Since v2.04, bash has allowed you to intelligently program and extend its
standard completion behavior to achieve complex command lines with just a few
keystrokes. Imagine typing ssh [Tab] and being able to complete on hosts from
your ~/.ssh/known_hosts files. Or typing man 3 str [Tab] and getting a list of
all string handling functions in the UNIX manual. mount system: [Tab] would
complete on all exported file-systems from the host called system, while make
[Tab] would complete on all targets in Makefile. This project was conceived to
produce programmable completion routines for the most common Linux/UNIX
commands, reducing the amount of typing sysadmins and programmers need to do on
a daily basis.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-10-14 06:07
1.1

Corrections de bogues et améliorations de fonctionnalités.
Bugfixes and feature enhancements.

2006-03-01 19:42
20060301

De nombreuses fonctions d'achèvement ont été ajoutés, et nombre de mesures existantes ont été améliorées ou optimisé. En outre, d'innombrables bugs ont été corrigés, y compris 3,1 bash important problème de compatibilité. Ce communiqué est considéré comme bash 3.1 compliant.
Tags: Stable, Minor feature enhancements
Many new completion functions have been added, and many existing ones have been improved or optimised. In addition, innumerable bugs have been fixed, including important bash 3.1 compatibility issues. This release is believed to be bash 3.1 compliant.

2005-07-22 00:00
20050721

La désactivation de l'expansion dans _filedir glob () a été elle-même handicapées, ce projet a déclenché un bogue dans bash, qui avait pour effet fâcheux de désactiver temporairement alias expansion. achèvement mc a été largement étendu. Un bogue dans l'achèvement lilo a été corrigé. Des améliorations ont été apportées à iwconfig achèvement. achèvement tcpdump et dhclient ont été corrigées pour utiliser les interfaces correctes fonction. Les options de MPlayer devrait maintenant utiliser des tirets, souligne pas.
Tags: Stable, Minor feature enhancements
The disabling of glob expansion in _filedir() has itself been disabled, as this triggered a bug in bash, which had the annoying effect of temporarily disabling alias expansion. mc completion has been greatly extended. A bug in lilo completion has been fixed. Improvements have been made to iwconfig completion. tcpdump and dhclient completion have been fixed to use the correct interfaces function. MPlayer options should now use dashes, not underscores.

2005-07-20 10:05
20050720

Les modèles pour faire correspondre archive ont été fixés. Evince achèvement des fichiers. PDF a été ajoutée. Plus d'OpenOffice 2 achèvements ont été ajoutés. D'achèvement pour l'avant xine-ends et KPlayer / MPlayer a été ajouté.
Tags: Stable, Minor feature enhancements
The patterns for tarball matching were fixed.
Evince completion for .pdf files was added. More
OpenOffice 2 completions were added. Completion
for xine front-ends and kplayer/MPlayer was added.

2005-07-12 20:15
20050712

Nouvelle achèvement a été ajoutée pour rpm2cpio, ntpdate, getent, id et cpio. Mutt achèvement fonctionne maintenant aussi pour muttng. Un bug a été fixé dans le _filedir () fonction, de sorte que les noms littéraux qui semblent être des modèles de glob ne sont pas traités comme tels. scp d'achèvement a été fixée pour le cas où un nom de fichier contient des méta-caractères du shell. Sudo Broken achèvement a été fixée. Plus d'extensions pour MPlayer ont été ajoutés. Les nouveaux formats de documents ouverts d'OpenOffice 2.0 sont maintenant supportées. De nombreuses autres améliorations et corrections mineures ont été apportées.
Tags: Stable, Minor feature enhancements
New completion has been added for rpm2cpio, ntpdate, getent, id, and cpio. Mutt completion now also works for muttng. A bug was fixed in the _filedir() function, so that literal filenames that appear to be glob patterns are not treated as such. scp completion was fixed for the case where a filename contains shell metacharacters. Broken sudo completion was fixed. More extensions for MPlayer were added. The new open document formats of OpenOffice 2.0 are now supported. Many other minor fixes and enhancements were made.

Project Resources