Download List

Descripción del Proyecto

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.

System Requirements

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.

2005-07-12 20:15 Back to release list
20050712

Nueva finalización se ha añadido para rpm2cpio, ntpdate, getent, id, y cpio. Finalización Mutt ahora también funciona para muttng. Un error se corrigió en el _filedir () la función, de modo que los nombres de archivo literales que parecen ser los patrones de glob no son tratados como tales. SCP finalización se fijó para el caso en que un nombre de archivo contiene metacaracteres de shell. Finalización sudo Broken fue corregido. Más extensiones para MPlayer se han añadido. Los nuevos formatos abiertos de documentos de OpenOffice 2.0 son ahora soportados. Muchas otras correcciones menores y mejoras se hicieron.
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